From d93d6b5367730fed6d1099ddfd2c2082cbd4271c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:39:24 +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.14.2) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.2 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..32382fef 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.14.2,<5.0.0", ]