diff --git a/core/wren-core-py/pyproject.toml b/core/wren-core-py/pyproject.toml index e59c9b9d04..a3a7f408b6 100644 --- a/core/wren-core-py/pyproject.toml +++ b/core/wren-core-py/pyproject.toml @@ -26,10 +26,10 @@ Issues = "https://github.com/Canner/WrenAI/issues" [dependency-groups] dev = [ - "maturin==1.9.4", - "pyarrow==25.0.0", + "maturin==1.14.1", + "pyarrow==25.0.1", "pytest==9.1.1", - "ruff==0.13.1", + "ruff==0.16.3", ] [tool.maturin]