Limit requests<2.32.0 due to docker-py issue 3256 (#2011)

* 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 9b9d6a05c2.

* Limit tox-docker<=4.1 and requests<2.32.0 in tox.ini
This commit is contained in:
Tomer Nosrati 2024-05-29 21:21:05 +03:00 committed by GitHub
parent 617e4a4ec7
commit eae75855e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -9,7 +9,9 @@ envlist =
apicheck
pydocstyle
requires = tox-docker>=3.0
requires =
tox-docker<=4.1
requests<2.32.0
[gh-actions]
python =