From 9a9a9cc56e9569c5b185187cdd0db03dba69dfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:43:02 +0000 Subject: [PATCH] Upgrade: Bump certifi from 2020.12.5 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 63a2770..94a7689 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ appdirs==1.4.4 attrs==20.3.0 backcall==0.2.0 cayenne==1.0.3 -certifi==2020.12.5 +certifi==2022.12.7 chardet==4.0.0 click==7.1.2 cycler==0.10.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 53f4809..c65a74b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,7 +19,7 @@ backcall==0.2.0 black==19.3b0 bleach==3.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' cayenne==1.0.3 -certifi==2020.12.5 +certifi==2022.12.7 cffi==1.14.4 cfgv==3.2.0; python_full_version >= '3.6.1' chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'