Skip to content

Commit 87f7ac2

Browse files
Update docker requirement from <6,>=5 to >=5,<8 (#1052)
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@5.0.0...7.0.0) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d95836 commit 87f7ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/adapter_testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pip install -r requirements/adapter_testing.txt
22
moto>=3,<6 # For AWS tests
3-
docker>=5,<6 # Used by moto
3+
docker>=5,<8 # Used by moto
44
boddle>=0.2,<0.3 # For Bottle app tests
55
sanic-testing>=0.7; python_version>"3.6"

0 commit comments

Comments
 (0)