From d5aa0e0cba31a6108cd4a21df15dbfcbdb885281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:45:53 +0000 Subject: [PATCH] Update testcontainers requirement from >=4.14.2 to >=4.15.0 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.14.2...testcontainers-v4.15.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.15.0 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 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", ]