From 4ed8477f2147c3289db1696ac0ad4a2e5f96cef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:21:35 +0000 Subject: [PATCH] chore(deps): update dependency certifi to v2024 [security] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bd0214a4..34de7679 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ attrs==23.1.0 ; python_version >= "3.8" and python_version < "4.0" autorepr==0.3.0 ; python_version >= "3.8" and python_version < "4.0" babel==2.13.0 ; python_version >= "3.8" and python_version < "4.0" cattrs==23.1.2 ; python_version >= "3.8" and python_version < "4.0" -certifi==2023.7.22 ; python_version >= "3.8" and python_version < "4.0" +certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0" charset-normalizer==3.3.0 ; python_version >= "3.8" and python_version < "4.0" click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32")