From 9d4c0425adf440d3faa36a7bca2c82327376673e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:25:30 +0000 Subject: [PATCH] chore(deps): bump certifi from 2024.2.2 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ef2569..222b612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple async-timeout==4.0.3; python_full_version <= '3.11.2' bottle==0.12.25 -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' idna==3.7; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7'