From 59aa49a7b57df4cd482945a688b157dbf2e9d001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:53:33 +0000 Subject: [PATCH] deps: bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [typing-extensions](https://github.com/python/typing_extensions) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `ruff` to 0.15.20 - [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.18...0.15.20) Updates `typing-extensions` to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.15.0...4.16.0) 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.23...0.11.26) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: uv-build dependency-version: 0.11.26 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd68c2b..7ca36a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.11.23,<0.12"] +requires = ["uv_build>=0.11.26,<0.12"] build-backend = "uv_build" [project] @@ -47,8 +47,8 @@ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-randomly>=4.1.0", - "ruff>=0.15.18", - "typing-extensions>=4.15.0", + "ruff>=0.15.20", + "typing-extensions>=4.16.0", ] [tool.mypy]