Skip to content

Commit

Permalink
Upgrade docker python package
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinKlaesRackspace committed Sep 19, 2024
1 parent c1078ff commit 96dffff
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 65 deletions.
99 changes: 35 additions & 64 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 @@ -14,9 +14,12 @@ dataclasses = {version = "^0.8", python = "3.6"}

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
docker = "^5.0.0"
docker = "^7.1.0"
black = "^21.6b0"

[tool.poetry.group.dev.dependencies]
docker = "7.1.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 96dffff

Please sign in to comment.