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](https://github.com/docker/docker-py/compare/5.0.0...6.0.1) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd1e870aca
commit
4083b202f4
|
@ -1,6 +1,6 @@
|
||||||
# WARNING: this file is not used directly by the backend
|
# WARNING: this file is not used directly by the backend
|
||||||
# any dependency here needs to be shipped with the base image
|
# any dependency here needs to be shipped with the base image
|
||||||
redis>=4.0.1, <=4.2.4
|
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
|
s3fs>=2022.5.0, <2022.8.3
|
||||||
# setuptools==59.5.0
|
# setuptools==59.5.0
|
||||||
|
|
Loading…
Reference in New Issue