From 871c95ee78c67a2040716daabf643f0c0d3202be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:34:45 +0000 Subject: [PATCH] Bump certifi from 2020.4.5.1 to 2024.8.30 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2024.8.30. - [Commits](https://github.com/certifi/python-certifi/compare/2020.04.05.1...2024.08.30) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 60de1d9..1127f56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = install_requires = appdirs~=1.4.4 bs4==0.0.1 - certifi==2020.4.5.1 + certifi==2024.8.30 chardet==3.0.4 connexion[swagger-ui] == 2.7.0 dataclasses==0.7; python_version <= '3.6'