From e108417a308e43a3740c9a7419d983fe6212cb87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 06:08:58 +0000 Subject: [PATCH] Bump docker from 6.0.1 to 6.1.1 Bumps [docker](https://github.com/docker/docker-py) from 6.0.1 to 6.1.1. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/6.0.1...6.1.1) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14537d334..e51ba3dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -283,7 +283,7 @@ dev = [ # We pin to an old doc8 to avoid version conflicts with sphinx_toolbox. # When we bump this, we can remove doc8.ini. "doc8==0.11.2", - "docker==6.0.1", + "docker==6.1.1", "dodgy==0.2.1", "enum-tools[sphinx]==0.9.0.post1", "freezegun==1.2.2",