Skip to content

Commit 9424690

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Update docker requirement from <7 to <8
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]>
1 parent 3546520 commit 9424690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ optional-dependencies.test = [
140140
# Solution: Pin `docker` and `requests` packages.
141141
# https://github.com/docker/docker-py/issues/3256#issuecomment-2126888985
142142
"cratedb-toolkit[testing]==0.0.15",
143-
"docker<7",
143+
"docker<8",
144144
"localstack-utils<1.1",
145145
"pytest<9",
146146
"pytest-asyncio-cooperative<0.30",

0 commit comments

Comments
 (0)