From 3733dfe4c92c0e606e5849f08aeacd2e065d9938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:18:04 +0000 Subject: [PATCH] feat(Dependencies): Update dependency certifi to v2023.11.17 | datasource | package | from | to | | ---------- | ------- | --------- | ---------- | | pypi | certifi | 2023.7.22 | 2023.11.17 | --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f60ceb2c..abeef2bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ -i https://pypi.org/simple/ appdirs==1.4.4 backports.zoneinfo==0.2.1; python_version < '3.9' -certifi==2023.7.22; python_version >= '3.6' +certifi==2023.11.17; python_version >= '3.6' cffi==1.16.0 charset-normalizer==2.1.1; python_version >= '3' cryptography==41.0.7; python_version >= '3.6'