Skip to content

Commit

Permalink
Merge pull request #1062 from kapicorp/dependabot/pip/docker-6.1.3
Browse files Browse the repository at this point in the history
chore: bump docker from 5.0.3 to 6.1.3
  • Loading branch information
MatteoVoges authored Sep 27, 2023
2 parents ac8fd58 + f9d8e84 commit 2ee977b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
47 changes: 25 additions & 22 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 @@ -62,7 +62,7 @@ gitdb = "^4.0.10"
packaging = "^23.0"
typing-extensions = "^4.0.0"
gojsonnet = { version = "^0.20.0", optional = true }
docker = { version = "^5.0.0", optional = true }
docker = { version = ">=5,<7", optional = true }

[tool.poetry.extras]
gojsonnet = ["gojsonnet"]
Expand Down

0 comments on commit 2ee977b

Please sign in to comment.