From 185086a782515db4681c10911a6d8b660bd7ea33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:17:51 +0000 Subject: [PATCH] chore(deps): bump certifi from 2024.8.30 to 2024.12.14 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.8.30 to 2024.12.14. - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...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 c6dfa63..b1369a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ anyio==4.7.0; python_version >= "3.6" and python_full_version >= "3.6.2" asgiref==3.8.1; python_full_version >= "3.6.1" and python_version >= "3.6" bcrypt==4.2.1; python_version >= "3.6" beanie==1.8.12; python_version >= "3.7" and python_version < "4.0" -certifi==2024.8.30; python_full_version >= "3.6.1" +certifi==2024.12.14; python_full_version >= "3.6.1" cffi==1.17.1 charset-normalizer==3.4.0; python_full_version >= "3.6.1" and python_version >= "3" click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1"