From 9b4be73b651502109117b64d263924da947cf66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:40:16 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov from 6.0.0 to 6.2.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.0.0 to 6.2.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...v6.2.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e4048d..3c0a440 100644 --- a/poetry.lock +++ b/poetry.lock @@ -433,14 +433,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "6.0.0" +version = "6.2.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, - {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, + {file = "pytest_cov-6.2.0-py3-none-any.whl", hash = "sha256:bd19301caf600ead1169db089ed0ad7b8f2b962214330a696b8c85a0b497b2ff"}, + {file = "pytest_cov-6.2.0.tar.gz", hash = "sha256:9a4331e087a0f5074dc1e19fe0485a07a462b346cbb91e2ac903ec5504abce10"}, ] [package.dependencies] @@ -706,4 +706,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "b2d95f2b9db2b4104bab55031561f1029b2eb91bdc3d54236dced04735287012" +content-hash = "14ba50270797407a84ecba99db7e719f2468e3b4d85d25f795f729a46db2e706" diff --git a/pyproject.toml b/pyproject.toml index 5f1de60..411096c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ profile = "black" freezegun = "^1.5.1" pre-commit = "^4.2.0" pytest = "^8.3.4" -pytest-cov = "^6.0.0" +pytest-cov = "^6.2.0" pytest-responses = "^0.5.1" responses = "^0.25.3" typed-ast = "^1.5.5"