diff --git a/pyproject.toml b/pyproject.toml index 1889877..a8859c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Documentation = "https://docs.arcadedb.com" dev = [ "pytest", "pytest-cov", - "testcontainers>=4.14.2", + "testcontainers>=4.15.0", "docker>=7.2.0", "ruff", ] @@ -49,7 +49,7 @@ packages = ["src/haystack_integrations"] dependencies = [ "pytest", "pytest-cov", - "testcontainers>=4.14.2", + "testcontainers>=4.15.0", "docker>=7.2.0", "ruff", ]