Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ PyNaCl==1.5.0
pyOpenSSL==22.1.0
python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.26.0
requests[socks]==2.31.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe bump urllib3 as well? requests and urllib3 are usually bumped together (#18213, #19801).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the fix commit: psf/requests@74ea7cf
It looks like a logic error in requests.

scp==0.13.2
semver==2.13.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ PyNaCl==1.5.0
pyOpenSSL==22.1.0
python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.26.0
requests[socks]==2.31.0
scp==0.13.2
semver==2.13.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pyOpenSSL==22.1.0
python-dateutil==2.8.0
pywin32==305
requests-oauthlib==1.2.0
requests[socks]==2.26.0
requests[socks]==2.31.0
scp==0.13.2
semver==2.13.0
six==1.16.0
Expand Down