Skip to content

Commit

Permalink
Update pytest-cov requirement from <5,>=2 to >=2,<6 (#1488)
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-cov@v2.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 2ea061e commit f8906fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing.txt
Expand Up @@ -2,7 +2,7 @@
aiohttp<4 # used for a WebSocket server mock
pytest>=7.0.1,<9
pytest-asyncio<1 # for async
pytest-cov>=2,<5
pytest-cov>=2,<6
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
flake8>=5.0.4,<8
Expand Down

0 comments on commit f8906fe

Please sign in to comment.