From c28c59fca41588db5e9032f62fb6e4d83ac0d460 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:16:14 +1100 Subject: [PATCH] Update package versions in requirements.txt Updated certifi and urllib3 to newer versions. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 193aede..86952bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ autopep8==1.6.0 cachetools==5.0.0 -certifi==2021.10.8 +certifi==2024.2.2 charset-normalizer==2.0.12 google-api-core==2.5.0 google-api-python-client==2.113.0 @@ -23,4 +23,4 @@ rsa==4.8 six==1.16.0 toml==0.10.2 uritemplate==4.1.1 -urllib3==1.26.8 \ No newline at end of file +urllib3==1.26.11