From 6c94aa07f63907a83f90e2ad894282934474f49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 20:34:04 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 7 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [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/9.0.2...9.0.3) 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/v7.0.0...v7.1.0) Updates `ruff` to 0.15.12 - [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.12) 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.11 - [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.11) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: deptry dependency-version: 0.25.1 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: uv-build dependency-version: 0.11.11 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ece700f..0f363614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,15 +23,15 @@ rbc = "rbc.cli.main:main" [dependency-groups] dev = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "mypy>=2.0.0", - "pre-commit>=4.0.1", - "pytest-cov>=7.0.0", - "ruff>=0.8.1", - "deptry>=0.23.0", + "pre-commit>=4.6.0", + "pytest-cov>=7.1.0", + "ruff>=0.15.12", + "deptry>=0.25.1", "pytest-xdist[psutil]>=3.8.0" ] -docs = ["pdoc>=15.0.0"] +docs = ["pdoc>=16.0.0"] [tool.pytest.ini_options] pythonpath = ["src"] @@ -117,5 +117,5 @@ convention = "google" module-name = ["rbc", "rbc_resources"] [build-system] -requires = ["uv_build>=0.9.3,<0.12.0"] +requires = ["uv_build>=0.11.11,<0.12.0"] build-backend = "uv_build"