Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade urllib3 to >= 1.24.2 #125

Merged
merged 2 commits into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pottery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


__title__ = 'pottery'
__version__ = '0.60'
__version__ = '0.61'
__description__, __long_description__ = (
s.strip() for s in __doc__.split(sep='\n\n', maxsplit=1)
)
Expand Down
3 changes: 2 additions & 1 deletion requirements-to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ requests>=2.20.0
# something else, and there's a security vulnerability in the version that it
# pulls in. For more info:
# https://nvd.nist.gov/vuln/detail/CVE-2018-20060
urllib3>=1.23
# https://nvd.nist.gov/vuln/detail/CVE-2019-11324
urllib3>=1.24.2,<1.25
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ requests-toolbelt==0.8.0
six==1.10.0
tqdm==4.22.0
twine==1.13.0
urllib3==1.24.1
urllib3==1.24.2
webencodings==0.5.1