Bump pytest-cov from 4.0.0 to 4.1.0 (#690)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 31 May 2023 13:26:08 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 13:26:08 +0000 (15:26 +0200)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  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>
pyproject.toml

index 98773035b6e22dee760fb34c9d09ad7e74b1ba30..b9204ea2d98dcc1bd161727f091e0530a8e510cd 100644 (file)
@@ -53,7 +53,7 @@ test = [
   "pytest==7.3.1",
   "pytest-asyncio==0.21.0",
   "pytest-aiohttp==1.0.4",
-  "pytest-cov==4.0.0",
+  "pytest-cov==4.1.0",
   "pre-commit==3.3.2"
 ]