From e201cf1a6c595b1ecbbb35a9857735d5d1e55982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:43:11 +0000 Subject: [PATCH] chore: bump the python-packages group across 1 directory with 4 updates Updates the requirements on [pyarrow](https://github.com/apache/arrow), [whenever](https://github.com/ariebovenberg/whenever), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `pyarrow` to 25.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-24.0.0...apache-arrow-25.0.0) Updates `whenever` to 0.10.3 - [Release notes](https://github.com/ariebovenberg/whenever/releases) - [Changelog](https://github.com/ariebovenberg/whenever/blob/main/CHANGELOG.md) - [Commits](https://github.com/ariebovenberg/whenever/compare/0.10.2...0.10.3) Updates `ruff` to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/0.15.22/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.15.22) Updates `ty` to 0.0.61 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.57...0.0.61) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: whenever dependency-version: 0.10.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.61 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0856f54..de1bc40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,11 +23,11 @@ dependencies = [ "duckdb>=1.5.4,<2", "jinja2>=3.1.6,<4", "plpygis>=0.6.1,<0.7", - "pyarrow>=24.0.0,<25", + "pyarrow>=25.0.0,<26", "pydantic>=2.13.4,<3", "pytest>=9.1.1,<10", "sqlglot>=30.12.0", - "whenever>=0.10.2,<0.11", + "whenever>=0.10.3,<0.11", ] [build-system] @@ -36,8 +36,8 @@ build-backend = "setuptools.build_meta" [dependency-groups] dev = [ - "ruff>=0.15.20", - "ty>=0.0.57", + "ruff>=0.15.22", + "ty>=0.0.61", ] [tool.ruff.lint]