From db57cb12ca87e7d93e8cada9077ee96985e55303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:18:58 +0000 Subject: [PATCH] Bump certifi from 2023.5.7 to 2023.7.22 in /src Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a7a1cdddc..55e85863b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.7.2 ; python_version >= '3.7' boto3==1.26.145 botocore==1.29.145 ; python_version >= '3.7' cachetools==5.3.1 -certifi==2023.5.7 ; python_version >= '3.6' +certifi==2023.7.22 ; python_version >= '3.6' cfenv==0.5.3 cffi==1.15.1 charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'