From dd223620afa161f21ed01bd8d8408afce1624b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:36:54 +0000 Subject: [PATCH] Bump the development-dependencies group with 4 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) 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.20...0.16.0) Updates `uv-build` to 0.12.0 - [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.26...0.12.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: uv-build dependency-version: 0.12.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 02ea393..96673c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,10 +13,10 @@ dependencies = [] [dependency-groups] dev = [ "pytest>=9.1.1", - "mypy>=2.1.0", - "pre-commit>=4.6.0", + "mypy>=2.3.0", + "pre-commit>=4.6.1", "pytest-cov>=7.1.0", - "ruff>=0.15.20", + "ruff>=0.16.0", "deptry>=0.25.1" ] docs = ["pdoc>=16.0.0"] @@ -47,5 +47,5 @@ convention = "google" "tests/**/*.py" = [] [build-system] -requires = ["uv_build>=0.11.26,<0.12.0"] +requires = ["uv_build>=0.12.0,<0.13.0"] build-backend = "uv_build"