Skip to content

Commit

Permalink
Pin docker version due invalid tag validation in docker version 7.0.0
Browse files Browse the repository at this point in the history
For further details see docker/docker-py#3223
  • Loading branch information
Nicoretti committed Feb 21, 2024
1 parent 6714714 commit da23ab9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions 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 @@ -26,7 +26,7 @@ python = ">=3.8,<4"
click = ">=7.0"
# The `sys_platform` marker makes sure the docker dependency is only installed on
# non windows platforms.
docker = { version = ">=4.0.0", markers = "sys_platform != 'win32'" }
docker = { version = ">=4.0.0,<7.0.0", markers = "sys_platform != 'win32'" }
gitpython = ">=2.1.0"
humanfriendly = ">=4.18"
jinja2 = ">=2.10.1"
Expand Down

0 comments on commit da23ab9

Please sign in to comment.