From 65f00022d2f43c3c87927feae03ab54466766bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:29:43 +0000 Subject: [PATCH] chore(deps): update certifi requirement from ~=2024.2.2 to ~=2024.6.2 Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81cf9aa..90f1e5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ requests~=2.31 pem~=21.2.0 pyopenssl~=24.1.0 pytz~=2024.1 -certifi~=2024.2.2 +certifi~=2024.6.2 cryptography~=42.0.5