From b215c2ec9f2853cf86a92450750d09fc42e3a7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:49:55 +0000 Subject: [PATCH] Bump certifi from 2018.1.18 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.1.18 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.01.18...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 e48f674..b8de49c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.6.0 -certifi==2018.1.18 +certifi==2022.12.7 chardet==3.0.4 idna==2.6 nltk==3.2.5 diff --git a/setup.py b/setup.py index d52ff7b..b20af12 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'packages': find_packages(), 'install_requires': [ 'beautifulsoup4==4.6.0', - 'certifi==2018.1.18', + 'certifi==2022.12.7', 'chardet==3.0.4', 'idna==2.6', 'nltk==3.2.5',