From 956b60201aff81fe9c9459310ea35da6de491d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:52:15 +0000 Subject: [PATCH] Bump pytest-cov from 6.1.1 to 6.2.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 875ac83..3923e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.4.1", "pytest-cov==6.1.1", "types-requests"] +tests = ["pytest==8.4.1", "pytest-cov==6.2.1", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index a3655ae..87cfc8e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.4.1 -pytest-cov==6.1.1 +pytest-cov==6.2.1 coverage==7.10.6 mypy==1.17.1 pydocstyle==6.1.1