Skip to content

Commit 185c697

Browse files
Bump docker from 5.0.3 to 6.0.0 (#59)
Bumps [docker](https://github.com/docker/docker-py) from 5.0.3 to 6.0.0. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](docker/docker-py@5.0.3...6.0.0) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production update-type: version-update:semver-major ... 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> Co-authored-by: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com>
1 parent 8a753c4 commit 185c697

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ coverage[toml]==6.3.2
3434
# via
3535
# -r requirements.in
3636
# pytest-cov
37-
docker==5.0.3
37+
docker==6.0.0
3838
# via -r requirements.in
3939
idna==3.3
4040
# via requests
@@ -54,6 +54,7 @@ mypy-extensions==0.4.3
5454
# via black
5555
packaging==21.3
5656
# via
57+
# docker
5758
# pytest
5859
# pytest-sugar
5960
pathspec==0.9.0
@@ -110,6 +111,8 @@ tomli==2.0.1
110111
# coverage
111112
# pytest
112113
urllib3==1.26.9
113-
# via requests
114+
# via
115+
# docker
116+
# requests
114117
websocket-client==1.3.2
115118
# via docker

0 commit comments

Comments
 (0)