From ec9c634fa04dfafc4b076507aa1afee2341792a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:29:05 +0000 Subject: [PATCH] Bump certifi from 2018.4.16 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.04.16...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 0db348f..9729b45 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ description='Python API to the Rapid7 Insight Log Search API', long_description=long_description, install_requires=[ - 'certifi==2018.4.16', + 'certifi==2022.12.7', 'chardet==3.0.4', 'idna==2.7', 'progress==1.4',