From 6b444ebcdee36b80df22c75c3401e52c6eb60387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:33:42 +0000 Subject: [PATCH] chore(deps-dev): bump the python-packages group across 1 directory with 3 updates Updates the requirements on [ty](https://github.com/astral-sh/ty), [pytest](https://github.com/pytest-dev/pytest) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `ty` to 0.0.55 - [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.35...0.0.55) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `uv-build` to 0.11.26 - [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.11.8...0.11.26) --- updated-dependencies: - dependency-name: ty dependency-version: 0.0.55 dependency-type: direct:development dependency-group: python-packages - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: uv-build dependency-version: 0.11.26 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 44f0757..aab6200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.11.8,<0.12.0"] +requires = ["uv_build>=0.11.26,<0.12.0"] build-backend = "uv_build" [project] @@ -21,8 +21,8 @@ dev = [ { include-group = "test" }, ] docs = ["sphinx~=9.1.0"] -lint = ["prek~=0.4", "ruff~=0.15", "ty~=0.0.35"] -test = ["pytest~=9.0.3", "pytest-cov~=7.1.0"] +lint = ["prek~=0.4", "ruff~=0.15", "ty~=0.0.55"] +test = ["pytest~=9.1.1", "pytest-cov~=7.1.0"] [tool.uv] default-groups = ["dev"]