From 77127f73e80e1358bcd93a520594850d1376693b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 29 Aug 2023 18:39:52 +0200 Subject: [PATCH] testing: update docker-py to 7.0.0b1 https://github.com/docker/docker-py/compare/6.1.3...7.0.0b1 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 4394c61e6c66bd7ad7ca85838a3019bbe730ede9) 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 7813fa2c08..119947ac17 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:=6.1.3}" +: "${DOCKER_PY_COMMIT:=7.0.0b1}" # The version (and variant) of the python image to use for the tests; # see https://github.com/docker/docker-py/blob/5.0.3/tests/Dockerfile#L1C5-L3