From c58fe6cc4f630924300c649b38fcb2c002e26e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:47:13 +0000 Subject: [PATCH] Update testcontainers requirement from >=4.9.1 to >=4.14.2 Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.9.1...testcontainers-v4.14.2) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]