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

Commit f6fe8c6

Browse files
authored
pin urllib3 in dev reqs for responses (#4780)
1 parent 764bbe2 commit f6fe8c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ matplotlib>=2.2.3
2121

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

2528
# For running tests that aren't 100% reliable.
2629
flaky

0 commit comments

Comments
 (0)