From 8d5c9ba8a1d4c9fbf9bd44987400c135370ecc3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:55:23 +0000 Subject: [PATCH] Bump certifi from 2024.2.2 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index c68e35b..b630561 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -6,7 +6,7 @@ boto3==1.34.90; python_version >= '3.8' botocore-stubs==1.34.90; python_version >= '3.8' and python_version < '4.0' botocore==1.34.90; python_version >= '3.8' build==1.2.1; python_version >= '3.8' -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' cffi==1.16.0; platform_python_implementation != 'PyPy' cfgv==3.4.0; python_version >= '3.8' charset-normalizer==3.3.2; python_full_version >= '3.7.0'