From 66a90338bb0c7646fe571f7582be5fd039cae6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:53:39 +0000 Subject: [PATCH] deps: bump the python-dependencies group across 1 directory with 5 updates Updates the requirements on [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [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 `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `pre-commit` to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1) Updates `ruff` to 0.16.0 - [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.16.0) 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.32 - [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.32) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 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.32 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd68c2b..87bc8d7 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.32,<0.12"] build-backend = "uv_build" [project] @@ -41,14 +41,14 @@ module-root = "src" [dependency-groups] dev = [ - "mypy>=2.1.0", + "mypy>=2.3.0", "pip-audit>=2.10.1", - "pre-commit>=4.6.0", + "pre-commit>=4.6.1", "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.16.0", + "typing-extensions>=4.16.0", ] [tool.mypy]