From 3ddf82b1b998540edb7597038cba554d990b70c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:24:08 +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.14.1 - [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.14.1) 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.3 - [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.3) --- 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 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]