From 3bc1da5b4212420e2353490a73dffac233b96869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:44:48 +0000 Subject: [PATCH] Update testcontainers requirement 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.0...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0e8c1da..2360c65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,5 +15,5 @@ known-first-party = ["mageflow", "mageflow_mcp", "thirdmagic"] [dependency-groups] dev = [ - "testcontainers[redis]>=4.14.0,<5.0.0", + "testcontainers[redis]>=4.15.0,<5.0.0", ]