Skip to content

Commit

Permalink
Merge pull request #212 from jeremycline/pin-urllib3
Browse files Browse the repository at this point in the history
Pin urllib3 and requests
  • Loading branch information
jeremycline committed Jul 24, 2017
2 parents 3bf2460 + e20a0ff commit dcb7695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ python-openid
python-openid-cla
python-openid-teams
redis
requests
urllib3>=1.21.1,<1.22
requests>=2.18.1
six
SQLAlchemy>=0.8
twisted
urllib3
wtforms
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ deps =
python-openid-cla==1.2
python-openid-teams==1.1
redis==2.10.3
requests
urllib3==1.21.1
requests==2.18.1
six==1.9.0
SQLAlchemy==0.9.8
twisted
urllib3
wtforms==2.0
mock
pytest
Expand Down

0 comments on commit dcb7695

Please sign in to comment.