From 4b731a6d05eee4dd2b7b1ddd22b48762028fa454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:32:30 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 in /src Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 34f3326..d190c37 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,7 +10,7 @@ botocore==1.29.73 # via # boto3 # s3transfer -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.1.0 # via requests