Bump pytest-cov from 6.0.0 to 6.1.0 (#407)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.0.0 to 6.1.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.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-01 10:09:47 -04:00
committed by GitHub
parent ebcc2ff650
commit 7f453e7de8
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1773,14 +1773,14 @@ reference = "pypi-public"
[[package]]
name = "pytest-cov"
version = "6.0.0"
version = "6.1.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.1.0-py3-none-any.whl", hash = "sha256:cd7e1d54981d5185ef2b8d64b50172ce97e6f357e6df5cb103e828c7f993e201"},
{file = "pytest_cov-6.1.0.tar.gz", hash = "sha256:ec55e828c66755e5b74a21bd7cc03c303a9f928389c0563e50ba454a6dbe71db"},
]
[package.dependencies]
@ -2992,4 +2992,4 @@ reference = "pypi-public"
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<4.0"
content-hash = "cbae235bde393b7327310843ab4144b805580989eb6395fea4a4f78276d6a24c"
content-hash = "dab305674071f18ffd6211d4ce40f604b76a6248b3d913508ac7a9f3bf6df000"

View File

@ -36,7 +36,7 @@ prance = "^23.6.21"
pyenchant = "^3.2.2"
pytest = "^8.3.5"
pytest-asyncio = "^0.26.0"
pytest-cov = "^6.0.0"
pytest-cov = "^6.1.0"
ruff = "^0.11.2"
Sphinx = "^7.1.2"
sphinx-autoapi = "^3.6.0"