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 3822177 commit 7cfaa20
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
39 changes: 27 additions & 12 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ pytest-mock = "^3.7.0"
cfn-lint = "^0.65.1"
gitpython = ">=2.1.0"
localstack = "^3.1.0"
docker = {version = ">=7.1.0", markers = "sys_platform != 'win32'"}
# docker 7.0.0 is broken
# 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"


[tool.pytest.ini_options]
Expand Down

0 comments on commit 7cfaa20

Please sign in to comment.