From 6c6e68da736f5ba0ebc6306ead5cbd13731304eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:06:46 +0000 Subject: [PATCH] Bump certifi from 2023.11.17 to 2024.2.2 in /python Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.2.2. - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 4c3fb17c..2601e222 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,7 +12,7 @@ botocore==1.31.39 # via # boto3 # s3transfer -certifi==2023.11.17 +certifi==2024.2.2 # via requests cffi==1.15.1 # via cryptography