From 258fec2f41c026e951c5f1444187f6b3db53565f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:33:51 +0000 Subject: [PATCH] chore: bump the python-packages group with 3 updates Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python), [sqlglot](https://github.com/tobymao/sqlglot) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `duckdb` to 1.5.5 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.5.4...v1.5.5) Updates `sqlglot` to 30.13.0 - [Commits](https://github.com/tobymao/sqlglot/compare/v30.12.0...v30.13.0) Updates `ty` to 0.0.63 - [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.61...0.0.63) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.5 dependency-type: direct:production dependency-group: python-packages - dependency-name: sqlglot dependency-version: 30.13.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.63 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de1bc40..47e5e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ requires-python = ">=3.13" dependencies = [ "adbc-driver-manager>=1.11.0,<2", "bidict>=0.23.1,<1.0.0", - "duckdb>=1.5.4,<2", + "duckdb>=1.5.5,<2", "jinja2>=3.1.6,<4", "plpygis>=0.6.1,<0.7", "pyarrow>=25.0.0,<26", "pydantic>=2.13.4,<3", "pytest>=9.1.1,<10", - "sqlglot>=30.12.0", + "sqlglot>=30.13.0", "whenever>=0.10.3,<0.11", ] @@ -37,7 +37,7 @@ build-backend = "setuptools.build_meta" [dependency-groups] dev = [ "ruff>=0.15.22", - "ty>=0.0.61", + "ty>=0.0.63", ] [tool.ruff.lint]