Skip to content

Commit

Permalink
Bump requests (#220)
Browse files Browse the repository at this point in the history
* Bump requests

Near-SLA vulnerability

* Bump in pcfuncs as well

* Actually do pcfuncs bump
  • Loading branch information
mmcfarland authored Jun 13, 2024
1 parent 034b9c3 commit 54802ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pccommon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,13 @@ pyjwt[crypto]==2.8.0
# via msal
redis==4.6.0
# via pccommon (pccommon/setup.py)
requests==2.31.0
requests==2.32.3
# via
# azure-core
# google-api-core
# msal
# opencensus-ext-azure
# pccommon (pccommon/setup.py)
rsa==4.9
# via google-auth
six==1.16.0
Expand Down
1 change: 1 addition & 0 deletions pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"types-cachetools==4.2.9",
"pyhumps==3.5.3",
"redis==4.6.0",
"requests==2.32.3",
"idna>=3.7.0",
"html-sanitizer==2.4.4",
# Soon available as lxml[html_clean]
Expand Down
4 changes: 2 additions & 2 deletions pcfuncs/requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

azure-functions

requests==2.31.0
aiohttp==3.8.1
requests==2.32.3
aiohttp==3.9.5
dateutils==0.6.12
mercantile==1.2.1
pillow==10.3.0
Expand Down
4 changes: 2 additions & 2 deletions pcfuncs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

azure-functions

requests==2.31.0
aiohttp==3.8.1
requests==2.32.3
aiohttp==3.9.5
dateutils==0.6.12
mercantile==1.2.1
pillow==10.3.0
Expand Down

0 comments on commit 54802ba

Please sign in to comment.