Skip to content

Commit

Permalink
fixed requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdepoix committed Dec 27, 2023
1 parent d22bcf1 commit 1397e64
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 @@
requests>=2.31.0,<3.0.0
requests>=2.31.0

# testing
mock==3.0.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_test_suite():
"Operating System :: OS Independent",
),
install_requires=[
'requests>=2.31.0,<3.0.0',
'requests>=2.31.0',
],
tests_require=[
'mock',
Expand Down

0 comments on commit 1397e64

Please sign in to comment.