Skip to content

Commit

Permalink
Limit requests<2.32.0 due to docker-py issue 3256 (#2011)
Browse files Browse the repository at this point in the history
* Limit requests<2.32.0 due to docker-py issue 3256

* Limit rabbitmq docker image to 3.12

* Revert "Limit rabbitmq docker image to 3.12"

This reverts commit 9b9d6a0.

* Limit tox-docker<=4.1 and requests<2.32.0 in tox.ini
  • Loading branch information
Nusnus committed May 29, 2024
1 parent 617e4a4 commit eae7585
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ typing_extensions; python_version<"3.10"
amqp>=5.1.1,<6.0.0
vine
backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9'
# due to this bug https://github.com/docker/docker-py/issues/3256
# we need to hard-code the version of requests
requests<2.32.0
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ envlist =
apicheck
pydocstyle

requires = tox-docker>=3.0
requires =
tox-docker<=4.1
requests<2.32.0

[gh-actions]
python =
Expand Down

0 comments on commit eae7585

Please sign in to comment.