From 8e42f1113db68e725d965ae190ced239b3a10fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:33:56 +0000 Subject: [PATCH] chore(deps): bump docker from 5.0.3 to 6.0.0 in /test/requirements 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](https://github.com/docker/docker-py/compare/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] --- 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 df7b8c6..4d6e041 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,5 +1,5 @@ backoff==2.1.2 docker-compose==1.29.2 -docker==5.0.3 +docker==6.0.0 pytest==7.1.2 requests==2.28.1