From f9d95a84c78b02318c0d7dcb708fb79b4f61899b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:45:38 +0000 Subject: [PATCH] Bump certifi from 2024.6.2 to 2024.7.4 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 5826b63..f54e996 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -23,7 +23,7 @@ entrypoints==0.4 typing_extensions==4.12.2 pyparsing==3.1.2 -certifi==2024.6.2 # requests +certifi==2024.7.4 # requests idna==3.7 # requests charset_normalizer==3.3.2 # requests urllib3==2.2.2 # requests