From ee78c4a2642cbc72f5edbcc5285fc76539a85811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 11:26:00 +0000 Subject: [PATCH] deps(core-py): bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the /core/wren-core-py directory: [maturin](https://github.com/pyo3/maturin), [pyarrow](https://github.com/apache/arrow) and [ruff](https://github.com/astral-sh/ruff). Updates `maturin` from 1.9.4 to 1.15.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.9.4...v1.15.0) Updates `pyarrow` from 25.0.0 to 25.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-25.0.0...apache-arrow-25.0.1) Updates `ruff` from 0.13.1 to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.13.1...0.16.7) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pyarrow dependency-version: 25.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- core/wren-core-py/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/wren-core-py/pyproject.toml b/core/wren-core-py/pyproject.toml index 28bc020ae3..4ef55008fd 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.15.0", + "pyarrow==25.0.1", "pytest==9.1.1", - "ruff==0.13.1", + "ruff==0.16.7", ] [tool.maturin]