From 90e7c175dbcb4d79cd929f6c53072e9962cfc973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:01:42 +0000 Subject: [PATCH] Bump certifi from 2021.10.8 to 2025.8.3 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2025.8.3. - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2025.08.03) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.8.3 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..f777d569 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,5 +1,5 @@ -r base.txt -certifi==2021.10.8 +certifi==2025.8.3 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