From 072c6382a182dc160daabd356445b349c9b764db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:34:51 +0000 Subject: [PATCH] chore: bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest-cov` from 7.0.0 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` from 0.15.7 to 0.15.8 - [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.7...0.15.8) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 692c1a2..3a892e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,9 +42,9 @@ docs = [ dev = [ {include-group = "docs"}, "pytest==9.0.2", - "pytest-cov==7.0.0", + "pytest-cov==7.1.0", "mypy==1.19.1", - "ruff==0.15.7", + "ruff==0.15.8", "pre-commit==4.5.1", "nbstripout==0.9.1", ]