From e95e1fc342003c1ba5d37f57c79ac9a1ec46ec76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:34:50 +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 f9e3b54..d60e26f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.6.0 -certifi==2017.7.27.1 +certifi==2022.12.7 chardet==3.0.4 futures==3.1.1 idna==2.6 diff --git a/setup.py b/setup.py index c441be8..abc53bf 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ packages=['comic_scraper'], install_requires=[ 'beautifulsoup4==4.6.0', - 'certifi==2017.7.27.1', + 'certifi==2022.12.7', 'chardet==3.0.4', 'futures==3.1.1', 'idna==2.6',