Skip to content

Commit

Permalink
Pinned docker again to older version and requests to <2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jun 13, 2024
1 parent 7cfaa20 commit ec9f46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ localstack = "^3.1.0"
# see https://github.com/docker/docker-py/issues/3223
docker = {version = "^6.1.3", markers = "sys_platform != 'win32'"}
fabric = "^2.7.1"
requests = "<=2.32.0"
requests = "<2.32.0"


[tool.pytest.ini_options]
Expand Down

0 comments on commit ec9f46e

Please sign in to comment.