Skip to content

Commit

Permalink
Chore(deps): Update docker requirement from <7 to <8
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@0.0.2...7.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Aug 21, 2024
1 parent 3546520 commit 9424690
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 @@ -140,7 +140,7 @@ optional-dependencies.test = [
# Solution: Pin `docker` and `requests` packages.
# https://github.com/docker/docker-py/issues/3256#issuecomment-2126888985
"cratedb-toolkit[testing]==0.0.15",
"docker<7",
"docker<8",
"localstack-utils<1.1",
"pytest<9",
"pytest-asyncio-cooperative<0.30",
Expand Down

0 comments on commit 9424690

Please sign in to comment.