From 35d59ffa0dcef3408c0f5d13292bccb6633a3314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:21:06 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 8 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff), [deptry](https://github.com/osprey-oss/deptry), [pdoc](https://github.com/mitmproxy/pdoc) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `pytest` to 9.0.3 - [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/8.3.4...9.0.3) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.1.0) Updates `pre-commit` to 4.6.0 - [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.0.1...v4.6.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.1.0) Updates `ruff` to 0.15.14 - [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.8.1...0.15.14) Updates `deptry` to 0.25.1 - [Release notes](https://github.com/osprey-oss/deptry/releases) - [Changelog](https://github.com/osprey-oss/deptry/blob/main/CHANGELOG.md) - [Commits](https://github.com/osprey-oss/deptry/compare/0.23.0...0.25.1) Updates `pdoc` to 16.0.0 - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15...v16) Updates `uv-build` to 0.11.16 - [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.9.3...0.11.16) --- updated-dependencies: - dependency-name: deptry dependency-version: 0.25.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: uv-build dependency-version: 0.11.15 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d56bc7..475466a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,14 +12,14 @@ dependencies = [] [dependency-groups] dev = [ - "pytest>=8.3.4", - "mypy>=1.13.0", - "pre-commit>=4.0.1", - "pytest-cov>=6.0.0", - "ruff>=0.8.1", - "deptry>=0.23.0" + "pytest>=9.0.3", + "mypy>=2.1.0", + "pre-commit>=4.6.0", + "pytest-cov>=7.1.0", + "ruff>=0.15.14", + "deptry>=0.25.1" ] -docs = ["pdoc>=15.0.0"] +docs = ["pdoc>=16.0.0"] [tool.pytest.ini_options] pythonpath = ["src"] @@ -47,5 +47,5 @@ convention = "google" "tests/**/*.py" = [] [build-system] -requires = ["uv_build>=0.9.3,<0.10.0"] +requires = ["uv_build>=0.11.16,<0.12.0"] build-backend = "uv_build"