From 552e62039f52ec3732bbed162d5e137818af7cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 20:39:35 +0000 Subject: [PATCH] Bump certifi from 2020.6.20 to 2022.12.7 in /import-scripts Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- import-scripts/py2_requirements.txt | 2 +- import-scripts/py3_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/import-scripts/py2_requirements.txt b/import-scripts/py2_requirements.txt index b60c7bb3c..4dbe84b63 100644 --- a/import-scripts/py2_requirements.txt +++ b/import-scripts/py2_requirements.txt @@ -1,4 +1,4 @@ -certifi==2020.6.20 +certifi==2022.12.7 cffi==1.14.3 chardet==3.0.4 cryptography==3.1.1 diff --git a/import-scripts/py3_requirements.txt b/import-scripts/py3_requirements.txt index ceff6ed1f..8a28e8904 100644 --- a/import-scripts/py3_requirements.txt +++ b/import-scripts/py3_requirements.txt @@ -1,4 +1,4 @@ -certifi==2020.6.20 +certifi==2022.12.7 Unidecode==1.1.1 pandas==1.3.5 GitPython==3.1.29