Skip to content

Commit

Permalink
Update docker requirement from <=5.0.3,>=5.0.0 to >=5.0.0,<6.0.2 in /…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent fd1e870 commit 4083b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/app/cloud.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WARNING: this file is not used directly by the backend
# any dependency here needs to be shipped with the base image
redis>=4.0.1, <=4.2.4
docker>=5.0.0, <=5.0.3
docker>=5.0.0, <6.0.2
s3fs>=2022.5.0, <2022.8.3
# setuptools==59.5.0

0 comments on commit 4083b20

Please sign in to comment.