From 047e43da0dd316efbd1e62423e53050c2c231449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:08:38 +0300 Subject: [PATCH] Bump certifi from 2024.6.2 to 2024.7.4 in /python (#477) Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index dd3a174c..dece9c04 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ botocore==1.34.53 # via # boto3 # s3transfer -certifi==2024.6.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via cryptography