From 9c1c95f71f5318856cf35822c79e8bb9ab63bc2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:54:10 +0000 Subject: [PATCH] Update dependency certifi to v2022.12.7 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a95d0c..0da2434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aleph-alpha-client==1.7.1 -certifi==2022.6.15; python_version >= "3.7" and python_version < "4" +certifi==2022.12.7; python_version >= "3.7" and python_version < "4" charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0" idna==3.3; python_version >= "3.7" and python_version < "4" pywin32==228; sys_platform == "win32"