Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update urllib3 to 1.24.3 (#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed May 28, 2019
1 parent 471110f commit b0b1a38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ requests==2.21.0
six==1.11.0
text-unidecode==1.2
typed-ast==1.3.1
urllib3==1.23
urllib3==1.24.3
wrapt==1.10.11
1 change: 1 addition & 0 deletions requirements-lint_to-freeze.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements-test.txt
mypy
urllib3==1.24.3
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ python-dateutil==2.7.2
requests==2.21.0
six==1.11.0
text-unidecode==1.2
urllib3==1.23
urllib3==1.24.3
wrapt==1.10.11
1 change: 1 addition & 0 deletions requirements-test_to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pylint==1.9.2
pytest-cov
pytest-timeout==1.2.1
pytest==3.3.1
urllib3==1.24.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Twisted==17.9.0
txaio==2.8.2
txtorcon==0.20.0
u-msgpack-python==2.5.0
urllib3==1.23
urllib3==1.24.3
watchdog==0.8.3
web3==4.2.1
websocket-client==0.47.0
Expand Down
1 change: 1 addition & 0 deletions requirements_to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tabulate
token_bucket==0.2.0
Twisted==17.9.0
txaio==2.8.2
urllib3==1.24.3
web3==4.2.1
zope.interface==4.4.2
zxcvbn-python

0 comments on commit b0b1a38

Please sign in to comment.