From 602de5e71bac1e4791a72057b715123778de7cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:05:09 +0000 Subject: [PATCH] Bump certifi from 2021.10.8 to 2025.7.14 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2025.7.14. - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2025.07.14) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 2b8d0209..31f59b97 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,5 +1,5 @@ -r base.txt -certifi==2021.10.8 +certifi==2025.7.14 django-redis-cache==3.0.1 gevent==22.10.2 # Ensure this matches the updated version in base.txt greenlet==3.0.3 # Ensure this matches the updated version in base.txt