From 82cfdac0284573257e175baadddd4cbe3e5f854e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 07:44:15 +0000 Subject: [PATCH] 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-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d6c5857f..967df4be 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ asyncmock==0.4.2 attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' bandit==1.7.0 black==19.10b0 -certifi==2020.12.5 +certifi==2022.12.7 chardet==3.0.4 click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' coverage==5.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0' diff --git a/requirements.txt b/requirements.txt index 2c9b1a66..68b55d70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ async-timeout==3.0.1; python_full_version >= '3.5.3' asyncache==0.1.1 attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' cachetools==4.2.1 -certifi==2020.12.5 +certifi==2022.12.7 cffi==1.14.5 chardet==3.0.4 click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'