Skip to content

Commit

Permalink
Remove pin on "urllib3 < 2" (#664)
Browse files Browse the repository at this point in the history
* Remove pin on "urllib3 < 2"

* Remove pind on "urllib3 < 2"

* Update setup.py

* Update requirements.txt
  • Loading branch information
tmct authored Oct 4, 2023
1 parent 2553388 commit f5d7cf9
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
Expand Up @@ -6,4 +6,4 @@ requests>=2.17.3
tabulate>=0.7.7
six>=1.10.0
configparser>=0.3.5;python_version < "3.6"
urllib3>=1.26.7,<2.0.0
urllib3>=1.26.7,<3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'tabulate>=0.7.7',
'six>=1.10.0',
'configparser>=0.3.5;python_version < "3.6"',
'urllib3>=1.26.7,<2.0.0'
'urllib3>=1.26.7,<3'
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit f5d7cf9

Please sign in to comment.