From a5ae06415c471f08a97f81b77b0656a52b86c026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 12:36:52 +0000 Subject: [PATCH] chore(deps): bump docker from 4.4.4 to 5.0.0 in /test/requirements Bumps [docker](https://github.com/docker/docker-py) from 4.4.4 to 5.0.0. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/4.4.4...5.0.0) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/requirements/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements/python-requirements.txt b/test/requirements/python-requirements.txt index bdeb4f0..cf39f41 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,5 +1,5 @@ backoff==1.11.1 docker-compose==1.28.5 -docker==4.4.4 +docker==5.0.0 pytest==6.2.4 requests==2.26.0