From 676613726700a611dcf3a6068883deba6d2c2d58 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 14 Jul 2026 19:52:42 +0200 Subject: [PATCH] test/docker-py: Bump to 7.2.0 release notes: https://github.com/docker/docker-py/releases/tag/7.2.0 full diff: https://github.com/docker/docker-py/compare/ae5dfe9111b1f4e9fafd4107a8ac4a3fa52644dc...7.2.0 Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 1032575342..f869782337 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -4,7 +4,7 @@ set -e source hack/make/.integration-test-helpers # The commit or tag to use for testing -: "${DOCKER_PY_COMMIT:=ae5dfe9111b1f4e9fafd4107a8ac4a3fa52644dc}" # master (v7.2.0-dev) +: "${DOCKER_PY_COMMIT:=7.2.0}" # custom options to pass py.test #