From f4ea904f02818524bdd43a225260ce187b27fbd6 Mon Sep 17 00:00:00 2001 From: nilbacardit26 Date: Thu, 12 Dec 2024 17:27:43 +0100 Subject: [PATCH] docker tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8c68094b..32ff8c91c 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ extras_require={ "test": [ "pytest>=3.8.0,<6.3.0", - "docker>=6.0.0,<6.1.1", # https://github.com/docker/docker-py/pull/3116 + "docker==7.1.0", "backoff", "psycopg2-binary", "pytest-asyncio<=0.13.0",