From 235999ab3e64998cd90af523a5e9b278a0639da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 01:20:15 +0000 Subject: [PATCH] Bump certifi from 2018.10.15 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.10.15...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 3be42a5..3783d37 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "Automat==0.7.0", "backcall==0.1.0", "bleach==3.0.0", - "certifi==2018.10.15", + "certifi==2022.12.7", "cffi==1.11.5", "chardet==3.0.4", "conda==4.5.11",