From 4abb0460b623309d326c2ab68cc95523d3be624c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:45:30 +0000 Subject: [PATCH] Bump certifi from 2017.7.27.1 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.7.27.1 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2017.07.27.1...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 235e4f7..37572a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ alabaster==0.7.10 asn1crypto==0.22.0 Babel==2.4.0 -certifi==2017.7.27.1 +certifi==2022.12.7 cffi==1.10.0 chardet==3.0.4 cryptography==2.0.3 diff --git a/setup.py b/setup.py index 2dee0b2..675e216 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pyOpenSSL==17.2.0', 'cryptography==2.0.3', 'idna==2.5', - 'certifi==2017.7.27.1' + 'certifi==2022.12.7' ], setup_requires=['pytest-runner'], tests_require=['pytest', 'pytest-sugar']