From 49199bd77649119999a13334df4fc8b41305b646 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 15:02:17 +0000 Subject: [PATCH] feat(deps): update dependency certifi to v2024.8.30 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 660a75b..b7a2c99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.7.4 # Testing +certifi==2024.8.30 # Testing iniconfig==2.0.0 # PyTest Testing packaging==23.2 # PyTest Testing pluggy==1.3.0 # PyTest Testing