From b524ed2dda6539dd746aa807a5bfa995d3a7857e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 9 Dec 2023 01:36:38 +0100 Subject: [PATCH] testing: update docker-py to 7.0.0 full diff: https://github.com/docker/docker-py/compare/7.0.0b1...7.0.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 006d9d5e7e..035bb213a3 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:=7.0.0b1}" +: "${DOCKER_PY_COMMIT:=7.0.0}" # custom options to pass py.test #