Skip to content

Commit 5ed9bdd

Browse files
authored
{Packaging} Bump requests to 2.32.4 (#31708)
1 parent 4f49747 commit 5ed9bdd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ PyGithub==1.55
118118
PyJWT==2.4.0
119119
PyNaCl==1.5.0
120120
pyOpenSSL==25.0.0
121+
PySocks==1.7.1
121122
python-dateutil==2.8.0
122123
requests-oauthlib==1.2.0
123-
requests[socks]==2.32.3
124+
requests==2.32.4
124125
scp==0.13.2
125126
semver==3.0.4
126127
six==1.16.0

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ PyGithub==1.55
119119
PyJWT==2.4.0
120120
PyNaCl==1.5.0
121121
pyOpenSSL==25.0.0
122+
PySocks==1.7.1
122123
python-dateutil==2.8.0
123124
requests-oauthlib==1.2.0
124-
requests[socks]==2.32.3
125+
requests==2.32.4
125126
scp==0.13.2
126127
semver==3.0.4
127128
six==1.16.0

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ PyJWT==2.4.0
119119
pymsalruntime==0.18.1
120120
PyNaCl==1.5.0
121121
pyOpenSSL==25.0.0
122+
PySocks==1.7.1
122123
python-dateutil==2.8.0
123124
pywin32==306
124125
requests-oauthlib==1.2.0
125-
requests[socks]==2.32.3
126+
requests==2.32.4
126127
scp==0.13.2
127128
semver==3.0.4
128129
six==1.16.0

0 commit comments

Comments
 (0)