From bd5816b7059e063581e1504a9641daa45f5da440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 04:58:28 +0000 Subject: [PATCH] ci: bump docker from 6.1.1 to 6.1.2 in /test/requirements Bumps [docker](https://github.com/docker/docker-py) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/6.1.1...6.1.2) --- 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 f10abfa..6206dcc 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,5 +1,5 @@ backoff==2.2.1 docker-compose==1.29.2 -docker==6.1.1 +docker==6.1.2 pytest==7.3.1 requests==2.30.0