Skip to content

Commit

Permalink
Merge pull request #140 from fiaas/requests-2.32.3
Browse files Browse the repository at this point in the history
Update requests to 2.32.3
  • Loading branch information
oyvindio authored Oct 2, 2024
2 parents 15939b7 + 96d34b6 commit f6d6653
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 f6d6653

Please sign in to comment.