diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-05-19 06:16:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 06:16:46 +0000 |
| commit | 3c0a940d03dbe1587b0067c6b591b6585199e665 (patch) | |
| tree | b509dcb96e55d0526d42a6bc2b31d6a558c78c69 | |
| parent | 294d060ac1557ed70cab7a12f97d930f9dc4baf9 (diff) | |
| download | pyvyos-3c0a940d03dbe1587b0067c6b591b6585199e665.tar.gz pyvyos-3c0a940d03dbe1587b0067c6b591b6585199e665.zip | |
Update pytest-cov requirement from <7.0,>=5.0 to >=7.1.0,<8.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0)
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.1.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5c3885a..53c4dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ dev = [ "python-dotenv>=1.0.1,<2.0", "pytest>=8.0,<10.0", - "pytest-cov>=5.0,<7.0", + "pytest-cov>=7.1.0,<8.0", "pytest-env>=0.6.2,<1.3", ] |
