build(deps-dev): bump coverage from 7.14.0 to 7.14.1 (#1084)
Some checks are pending
Bump Version / Bump Version Workflow (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
docker-build / platform-excludes (push) Waiting to run
docker-build / build (push) Blocked by required conditions
docker-build / merge (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
Run Pytest on Pull Request / test (push) Waiting to run

Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 to 7.14.1.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.14.0...7.14.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2026-05-27 21:07:05 +02:00
committed by GitHub
parent ec80eab7e9
commit 47ffa0fa1a

View File

@@ -82,7 +82,7 @@ dev = [
"pytest-asyncio==1.4.0", "pytest-asyncio==1.4.0",
"pytest-cov==7.1.0", "pytest-cov==7.1.0",
"pytest-xprocess==1.0.2", "pytest-xprocess==1.0.2",
"coverage==7.14.0", "coverage==7.14.1",
] ]
[project.urls] [project.urls]