Skip to content

Commit 4083b20

Browse files
Update docker requirement from <=5.0.3,>=5.0.0 to >=5.0.0,<6.0.2 in /requirements (#16007)
Update docker requirement in /requirements 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...6.0.1) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd1e870 commit 4083b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/app/cloud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WARNING: this file is not used directly by the backend
22
# any dependency here needs to be shipped with the base image
33
redis>=4.0.1, <=4.2.4
4-
docker>=5.0.0, <=5.0.3
4+
docker>=5.0.0, <6.0.2
55
s3fs>=2022.5.0, <2022.8.3
66
# setuptools==59.5.0

0 commit comments

Comments
 (0)