Skip to content

Commit

Permalink
Revert "Limit requests<2.32.0 due to docker-py issue 3256 (#2011)"
Browse files Browse the repository at this point in the history
This reverts commit eae7585.
  • Loading branch information
Nusnus authored Jun 25, 2024
1 parent 0c9c243 commit 1a76a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ typing_extensions==4.12.1; 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: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ envlist =
apicheck
pydocstyle

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

[gh-actions]
python =
Expand Down

0 comments on commit 1a76a85

Please sign in to comment.