Skip to content

Commit

Permalink
Update depencency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jun 26, 2024
1 parent 84490c4 commit 8bc6a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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,<8.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 8bc6a14

Please sign in to comment.