Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
pin urllib3 in dev reqs for responses (#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored Nov 10, 2020
1 parent 764bbe2 commit f6fe8c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matplotlib>=2.2.3

# For mocking HTTP requests/responses.
responses>=0.7
# This needs to be pinned below 1.26.0 for responses to work until
# https://github.com/getsentry/responses/issues/354 is resolved.
urllib3<1.26.0

# For running tests that aren't 100% reliable.
flaky
Expand Down

0 comments on commit f6fe8c6

Please sign in to comment.