From 7007b587ba76c3a69b91f8a1e032732021ae17ca Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 18 Jul 2024 18:22:41 +0200 Subject: [PATCH] wip Signed-off-by: Adrien --- integration-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index 3c2ce11b..3e6052a2 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -7,7 +7,7 @@ certifi==2023.7.22 ; python_version >= "3.9" and python_version < "3.13" charset-normalizer==3.2.0 ; python_version >= "3.9" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows") colored==1.4.4 ; python_version >= "3.9" and python_version < "3.13" -docker==6.1.3 ; python_version >= "3.9" and python_version < "3.13" +docker==7.1.0 ; python_version >= "3.9" and python_version < "3.13" exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" filelock==3.12.3 ; python_version >= "3.9" and python_version < "3.13" frozenlist==1.4.0 ; python_version >= "3.9" and python_version < "3.13"