Skip to content

Commit

Permalink
Pin requests to <2.32.0 (#13474)
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald authored May 20, 2024
1 parent 03aa588 commit f8c7066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pytest-timeout
pytest-xdist < 3.4.0 # 3.5.0 introduces some flakiness. Need to investigate and resolve.
pytkdocs >= 0.14.2
pyyaml
requests
requests<2.32.0 # `requests` renamed `get_connection` to `_get_connection`, which is a method docker-py monkeypatches. See https://github.com/docker/docker-py/issues/3256 Should be able to un-pin when docker-py hotfix is out.
setuptools
vermin
virtualenv
Expand Down

0 comments on commit f8c7066

Please sign in to comment.