From 8ccd4e29b9d41417403ab7f6bfcb24731cea6815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:57:35 +0000 Subject: [PATCH] chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 812de41..50ba0a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ attrs==22.2.0; python_version >= '3.6' black==22.12.0 boto3==1.26.55 botocore==1.29.55; python_version >= '3.7' -certifi==2022.12.7; python_version >= '3.6' +certifi==2023.7.22; python_version >= '3.6' cffi==1.15.1 charset-normalizer==3.0.1 click==8.1.3; python_version >= '3.7'