Skip to content

Commit

Permalink
Update requests to 2.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindio committed Oct 2, 2024
1 parent 15939b7 commit 96d34b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packaging==23.2
# via sphinx
pygments==2.16.1
# via sphinx
requests==2.32.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup, find_packages

GENERIC_REQ = [
"requests==2.31.0",
"requests==2.32.3",
"pyrfc3339==1.1",
"cachetools==5.3.3",
]
Expand Down

0 comments on commit 96d34b6

Please sign in to comment.