From 7af50227e6b81d53ef8924d98d9ee2b121dee4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:16:43 +0000 Subject: [PATCH] Bump certifi from 2021.10.8 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b122e3e..b376afb 100644 --- a/Pipfile +++ b/Pipfile @@ -48,7 +48,7 @@ bidict = "==0.21.4" bleach = "==4.1.0" blinker = "==1.4" cachetools = "==4.2.4" -certifi = "==2021.10.8" +certifi = "==2023.7.22" cffi = "==1.15.0" charset-normalizer = "==2.0.9" click = "==7.1.2"