Skip to content

Commit

Permalink
bump requests to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exxamalte committed Jan 31, 2024
1 parent e480349 commit bf0d5bc
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,4 +1,4 @@
haversine>=2.8.1
xmltodict>=0.13.0
requests>=2.20.0
requests>=2.31.0
dateparser>=1.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
REQUIRES = [
"haversine>=2.8.1",
"xmltodict>=0.13.0",
"requests>=2.20.0",
"requests>=2.31.0",
"dateparser>=1.2.0",
]

Expand Down

0 comments on commit bf0d5bc

Please sign in to comment.