From b2adc70cc16157d74c2f4683da6a61dd012f4dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:21:01 +0200 Subject: [PATCH] feat(deps): update dependency certifi to v2025.6.15 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c274f2..6a77efc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2025.4.26 # Testing +certifi==2025.6.15 # Testing iniconfig==2.1.0 # PyTest Testing packaging==25.0 # PyTest Testing pluggy==1.5.0 # PyTest Testing