From b1b1b700eac59270d1cc7b79a3c9d2ca90b0a90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 04:27:38 +0000 Subject: [PATCH] chore(deps): bump docker from 5.0.2 to 5.0.3 in /test/requirements Bumps [docker](https://github.com/docker/docker-py) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/5.0.2...5.0.3) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production update-type: version-update:semver-patch ... 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 2f231f8..1a2ad1e 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,5 +1,5 @@ backoff==1.11.1 docker-compose==1.29.2 -docker==5.0.2 +docker==5.0.3 pytest==6.2.5 requests==2.26.0