Skip to content

Commit

Permalink
blacklist urllib3 versions with encoding bug
Browse files Browse the repository at this point in the history
I *think* this should only affect testing, not production
  • Loading branch information
minrk committed Sep 24, 2019
1 parent 66f29e0 commit a8c0609
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-requirements.txt
Expand Up @@ -14,4 +14,7 @@ pytest-asyncio
pytest-cov
pytest>=3.3
requests-mock
# blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683
# I *think* this should only affect testing, not production
urllib3!=1.25.4,!=1.25.5
virtualenv

0 comments on commit a8c0609

Please sign in to comment.