From c70be8708a90f2efe6879310466517b308708fc1 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 10 Jul 2026 00:36:36 +0000 Subject: [PATCH] [stubsabot] Bump docker to 7.2.* Release: https://pypi.org/pypi/docker/7.2.0 Homepage: https://github.com/docker/docker-py Repository: https://github.com/docker/docker-py Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/docker Changelog: https://docker-py.readthedocs.io/en/stable/change-log.html Diff: https://github.com/docker/docker-py/compare/7.1.0...7.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `docker/__init__.py`, `docker/client.py`, `docker/constants.py`, `docker/context/api.py`, `docker/models/containers.py`, `docker/models/images.py`, `docker/types/services.py`. - Total lines of Python code added: 325. - Total lines of Python code deleted: 48. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/docker/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/docker/METADATA.toml b/stubs/docker/METADATA.toml index 1d82f1593534..3aedabd37987 100644 --- a/stubs/docker/METADATA.toml +++ b/stubs/docker/METADATA.toml @@ -1,3 +1,3 @@ -version = "7.1.*" +version = "7.2.*" upstream-repository = "https://github.com/docker/docker-py" dependencies = ["types-paramiko", "types-requests", "urllib3>=2"]