Skip to content

Commit 54802ba

Browse files
authored
Bump requests (#220)
* Bump requests Near-SLA vulnerability * Bump in pcfuncs as well * Actually do pcfuncs bump
1 parent 034b9c3 commit 54802ba

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pccommon/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,13 @@ pyjwt[crypto]==2.8.0
119119
# via msal
120120
redis==4.6.0
121121
# via pccommon (pccommon/setup.py)
122-
requests==2.31.0
122+
requests==2.32.3
123123
# via
124124
# azure-core
125125
# google-api-core
126126
# msal
127127
# opencensus-ext-azure
128+
# pccommon (pccommon/setup.py)
128129
rsa==4.9
129130
# via google-auth
130131
six==1.16.0

pccommon/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"types-cachetools==4.2.9",
1818
"pyhumps==3.5.3",
1919
"redis==4.6.0",
20+
"requests==2.32.3",
2021
"idna>=3.7.0",
2122
"html-sanitizer==2.4.4",
2223
# Soon available as lxml[html_clean]

pcfuncs/requirements-deploy.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
azure-functions
88

9-
requests==2.31.0
10-
aiohttp==3.8.1
9+
requests==2.32.3
10+
aiohttp==3.9.5
1111
dateutils==0.6.12
1212
mercantile==1.2.1
1313
pillow==10.3.0

pcfuncs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
azure-functions
88

9-
requests==2.31.0
10-
aiohttp==3.8.1
9+
requests==2.32.3
10+
aiohttp==3.9.5
1111
dateutils==0.6.12
1212
mercantile==1.2.1
1313
pillow==10.3.0

0 commit comments

Comments
 (0)