From f11f213cad9bea02d16201e84d32db31af180b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:55:39 +0000 Subject: [PATCH] chore(deps): bump certifi from 2025.4.26 to 2025.6.15 in /backend Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.4.26 to 2025.6.15. - [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.6.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cda042b2..82869b93 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 ; python_version >= "3.12" and python_version < "4.0" attrs==25.3.0 ; python_version >= "3.12" and python_version < "4.0" autopep8==2.3.2 ; python_version >= "3.12" and python_version < "4.0" black==25.1.0 ; python_version >= "3.12" and python_version < "4.0" -certifi==2025.4.26 ; python_version >= "3.12" and python_version < "4.0" +certifi==2025.6.15 ; python_version >= "3.12" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy" charset-normalizer==3.4.2 ; python_version >= "3.12" and python_version < "4.0" click==8.1.8 ; python_version >= "3.12" and python_version < "4.0"