From 37b2d1afdc4d80cce89bdbbe2f4461ea51d238ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 00:15:53 +0000 Subject: [PATCH] Bump certifi from 2021.5.30 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2021.05.30...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 9ca81c6..29cc6c3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ black==20.8b1 blinker==1.4 cachetools==4.2.2; python_version ~= '3.5' cattrs==1.5.0; python_version >= '3.7' -certifi==2021.5.30 +certifi==2023.7.22 cffi==1.14.6 charset-normalizer==2.0.6; python_version >= '3' click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'