Skip to content

Commit

Permalink
Pin specific urllib3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 24, 2024
1 parent bed6af7 commit 11b7c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ def run_tests(self):
cmdclass={'test': PyTest},
test_suite='',
tests_require=[
'urllib3==1.26.18',
'pytest',
'pytest-cov',
'urllib3>=1.26.0,<2.0.0',
'urllib3==',
'httpbin>=0.10.2',
'requests',
'wsgiprox',
Expand Down

0 comments on commit 11b7c94

Please sign in to comment.