From c31b573dd884374dfde84f6b11c9d370294cdbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:43:33 +0000 Subject: [PATCH] Bump docker from 6.1.3 to 7.0.0 Bumps [docker](https://github.com/docker/docker-py) from 6.1.3 to 7.0.0. - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/6.1.3...7.0.0) --- updated-dependencies: - dependency-name: docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09790a50c..6952f59c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -288,7 +288,7 @@ dev = [ "check-manifest==0.49", "dirty-equals==0.7.1.post0", # 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.1.3", + "docker==7.0.0", "dodgy==0.2.1", "enum-tools[sphinx]==0.11", "freezegun==1.3.1",