Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update dependency requests to v2.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent 236b31b commit 66bd3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools~=68.2.2
requests~=2.31.0
requests~=2.32.3
packaging~=23.2
configparser~=6.0.0
pytest~=7.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Topic :: Utilities",
],
install_requires=[
'requests>=2.31.0',
'requests>=2.32.3',
'configparser',
'packaging'
],
Expand Down

0 comments on commit 66bd3ae

Please sign in to comment.