From 07359f62d00594847281f579df81cb140e74b2f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 03:59:15 +0000 Subject: [PATCH] chore(deps): update dependency certifi to v2024.7.4 [security] --- scripts/upgrade/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade/requirements.txt b/scripts/upgrade/requirements.txt index 82922ae53..b12f93be6 100644 --- a/scripts/upgrade/requirements.txt +++ b/scripts/upgrade/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple argon2-cffi==23.1.0; python_version >= '3.7' argon2-cffi-bindings==21.2.0; python_version >= '3.6' -certifi==2024.2.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' cffi==1.16.0; python_version >= '3.8' charset-normalizer==3.3.2; python_full_version >= '3.7.0' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'