From 47f4e195130a30d12877c4b621e7a0ceddef36d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:05:07 +0000 Subject: [PATCH] Bump certifi from 2024.12.14 to 2025.1.31 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31. - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d3417c..1d281f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.12.14 ; python_version >= "3.11" and python_version < "3.13" +certifi==2025.1.31 ; python_version >= "3.11" and python_version < "3.13" charset-normalizer==3.4.1 ; python_version >= "3.11" and python_version < "3.13" idna==3.10 ; python_version >= "3.11" and python_version < "3.13" python-decouple==3.8 ; python_version >= "3.11" and python_version < "3.13"