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