Skip to content

Commit

Permalink
chore(dependencies): unpin urllib3 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT authored and TheKevJames committed Jul 29, 2019
1 parent c707cbd commit 612047c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@
tests_require=['mock', 'pytest', 'sh>=1.08'],
extras_require={
'yaml': ['PyYAML>=3.10'],
# See https://github.com/kennethreitz/requests/issues/5067
# We need to stay aligned with requests' pin to ensure urllib3 updates
# don't break pip installation.
# See https://github.com/kennethreitz/requests/blob/master/setup.py
':python_version < "3"': ['urllib3[secure]>=1.21.1,<1.25'],
':python_version < "3"': ['urllib3[secure]'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 612047c

Please sign in to comment.