From 27a6a00ed649378d328b0d85bc3ba5c00c9716ba Mon Sep 17 00:00:00 2001 From: Lokesh Rangineni Date: Fri, 26 Apr 2024 13:07:57 -0400 Subject: [PATCH] Upgrading the test container so that local tests works with updated docker cli versions. Signed-off-by: Lokesh Rangineni --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcc616f120..7cd2c302ae 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ "pytest-mock==1.10.4", "pytest-env", "Sphinx>4.0.0,<7", - "testcontainers==4.3.3", + "testcontainers==4.4.0", "firebase-admin>=5.2.0,<6", "pre-commit<3.3.2", "assertpy==1.1",