From cb81be3b58613c7ff5b78e77cc3a579c66c7a4de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:57:49 +0000 Subject: [PATCH] build(deps-dev): bump certifi from 2022.12.7 to 2023.5.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.5.7. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.05.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d0e95a0..de1e035 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ astroid==2.12.13 ; python_full_version >= '3.7.2' attrs==22.2.0 ; python_version >= '3.6' black==23.1.0 -certifi==2022.12.7 ; python_version >= '3.6' +certifi==2023.5.7 ; python_version >= '3.6' cfgv==3.3.1 ; python_full_version >= '3.6.1' charset-normalizer==2.1.1 ; python_full_version >= '3.6.0' click==8.1.3 ; python_version >= '3.7'