From fb345f464ab379e49c7bd61c4e619df4d9031e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:08:27 +0000 Subject: [PATCH] chore(deps): update dependency certifi to v2024.7.4 [security] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bccfee0..2057e87 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.6.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.10; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7'