Skip to content

Commit

Permalink
⬆️ Update docker requirement from ^4.2.0 to ^5.0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [docker](https://github.com/docker/docker-py) to permit the latest version.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@4.2.0...5.0.3)

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2022
1 parent 8831b3d commit 75b3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
docker = "^4.2.0"
docker = "^5.0.3"
pytest = "^7.0.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 75b3e0d

Please sign in to comment.