From 2cdb99592317fb85b4a544131b6c0cde368d6a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 00:50:12 +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 24f3e59..df47737 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==17.4.0 -certifi==2018.1.18 +certifi==2022.12.7 chardet==3.0.4 coverage==4.5.1 coveralls==1.2.0 diff --git a/setup.py b/setup.py index 76fbc71..77df42c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ packages=['faradayio_cli'], install_requires=[ 'attrs==17.4.0', - 'certifi==2018.1.18', + 'certifi==2022.12.7', 'chardet==3.0.4', 'coverage==4.5.1', 'coveralls==1.2.0',