From bb382861451075fd6293266497f70ca414c36008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 16:27:16 +0000 Subject: [PATCH] Bump certifi from 2024.2.2 to 2024.12.14 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.12.14. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.12.14) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a46e684..4d3417c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.2.2 ; python_version >= "3.11" and python_version < "3.13" +certifi==2024.12.14 ; 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"