From 07f4d24b55ade03d6d99c3c0fb74b015aba54c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 06:55:05 +0000 Subject: [PATCH] Bump certifi from 2022.6.15 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 419c724..dde1288 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], }, install_requires=[ - "certifi==2022.6.15; python_version >= '3.6'", + "certifi==2022.12.7; python_version >= '3.6'", "charset-normalizer==2.0.12; python_version >= '3'", 'coloredlogs==15.0.1', "contextlib2==21.6.0; python_version >= '3.6'",