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", ]