From bfba2be97aaa8629ba4c62445350dc863cc8bb96 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 12 Nov 2024 08:00:51 +0100 Subject: [PATCH] chore(deps): update requests, six, and urllib3 versions Upgraded requests to 2.32.3, six to 1.16.0, and urllib3 to 2.2.3 to incorporate the latest security patches and performance improvements. These updates ensure compatibility with newer libraries and enhance the overall stability of the application. No breaking changes are expected. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0d1108f..1c4eee9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,16 +38,16 @@ pygsheets==2.0.5 pyparsing==3.0.9 python-dateutil==2.8.2 pytz==2021.1 -requests==2.25.1 +requests==2.32.3 requests-oauthlib==1.3.1 rsa==4.8 sgmllib3k==1.0.0 -six==1.15.0 +six==1.16.0 soupsieve==2.2 sqlparse==0.4.1 static3==0.7.0 uritemplate==4.1.1 -urllib3==1.26.3 +urllib3==2.2.3 yarl==1.17.1 #yarl==1.12.0 django-csp==3.7