diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 922c025c..f3449b01 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run_tests(self): cmdclass={'test': PyTest}, test_suite='', tests_require=[ - 'urllib3==1.25.11', + 'urllib3==1.26.19', 'pytest', 'pytest-cov', 'httpbin>=0.10.2',