Skip to content

Commit

Permalink
[PLAT-11243] Upgrade python requests to latest version
Browse files Browse the repository at this point in the history
Summary:
This change updates the python requests library to the latest
version (2.32.3) to fix CVEs

Test Plan: Run Create Universe

Reviewers: muthu, nsingh, anijhawan

Reviewed By: anijhawan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D37255
  • Loading branch information
Nikhil Bhatia committed Aug 13, 2024
1 parent 92804ac commit 3cb8faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion managed/devops/ansible_python_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ six==1.10.0
mitogen==0.2.9
distro==1.5.0
Jinja2==3.0.3
requests==2.25.1
requests==2.32.3
2 changes: 1 addition & 1 deletion managed/devops/python3_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python-dateutil==2.8.2
python-ldap
PyYAML
requests-oauthlib==1.3.0
requests==2.31.0
requests==2.32.3
scp==0.14.5
setuptools==69.5.1
six
Expand Down
2 changes: 1 addition & 1 deletion managed/devops/python3_requirements_frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python-dateutil==2.8.2
python-ldap==3.4.4
pytz==2024.1
PyYAML==6.0.1
requests==2.31.0
requests==2.32.3
requests-oauthlib==1.3.0
rsa==4.9
s3transfer==0.10.2
Expand Down

0 comments on commit 3cb8faf

Please sign in to comment.