From 73f189766e37447e8446d72a7762d5397a7f80bb Mon Sep 17 00:00:00 2001
From: Sebastiaan van Stijn <github@gone.nl>
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 <github@gone.nl>
(cherry picked from commit b524ed2dda6539dd746aa807a5bfa995d3a7857e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
---
 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 f28cfc1ceb..12a640e661 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
 #