From 04fa42af2fa0cd860346e253d0b361c2146e5f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:02:20 +0000 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... 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 d6bba78..398b31c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requires-python = '>=3.8' dev = ["pre-commit>=2.12.1"] #docs = ["jupyter-book>=0.13.1",] -tests = ["pytest==8.3.3", "pytest-cov==5.0.0", "types-requests"] +tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "types-requests"] [tool.setuptools.dynamic] diff --git a/requirements-dev.txt b/requirements-dev.txt index d92aaf9..912a911 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.3.3 -pytest-cov==5.0.0 +pytest-cov==6.0.0 coverage==7.6.1 mypy==1.11.2 pydocstyle==6.1.1