From 9a140b8067d0f984eda2b3267a985a3780ce5685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:49:01 +0000 Subject: [PATCH] chore(deps-dev): bump the python-packages group with 4 updates Updates the requirements on [prek](https://github.com/j178/prek), [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `prek` to 0.3.11 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](https://github.com/j178/prek/compare/v0.3.1...v0.3.11) Updates `ruff` to 0.15.12 - [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.15.8...0.15.12) Updates `ty` to 0.0.33 - [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.1-alpha.18...0.0.33) Updates `uv-build` to 0.11.8 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.8.13...0.11.8) --- updated-dependencies: - dependency-name: prek dependency-version: 0.3.11 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.33 dependency-type: direct:development dependency-group: python-packages - dependency-name: uv-build dependency-version: 0.11.8 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4b0eb9..11c0d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.8.13,<0.12.0"] +requires = ["uv_build>=0.11.8,<0.12.0"] build-backend = "uv_build" [project] @@ -25,7 +25,7 @@ dev = [ { include-group = "test" }, ] docs = ["sphinx~=9.1.0"] -lint = ["prek~=0.3.1", "ruff~=0.15.8", "ty~=0.0.1a18"] +lint = ["prek~=0.3.11", "ruff~=0.15.12", "ty~=0.0.33"] test = ["pytest~=9.0.3", "pytest-cov~=7.1.0"] [tool.uv]