From aed862b0550cc23324d783e9eec4ae332edd3d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:04:37 +0000 Subject: [PATCH] Bump certifi from 2021.5.30 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...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 b006758..6a02651 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] braceexpand = "==0.1.7" bunch = "==1.0.1" -certifi = "==2021.5.30" +certifi = "==2023.7.22" charset-normalizer = "==2.0.6" click = "==8.0.1" colorama = "==0.4.4"