chore(deps): update requests, six, and urllib3 versions
Some checks are pending
Docker / build (push) Waiting to run
Some checks are pending
Docker / build (push) Waiting to run
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.
This commit is contained in:
parent
c9fc6942b0
commit
bfba2be97a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue