Skip to content

Commit

Permalink
Update pytest-cov requirement from ~=4.1 to ~=5.0 in /package (#1838)
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@v4.1.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>
dependabot[bot] authored Apr 2, 2024
1 parent 504d4a1 commit df5a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ pylint-pydantic>=0.3.0
pytest~=8.1
pytest-asyncio~=0.21
pytest-mock~=3.11
pytest-cov~=4.1
pytest-cov~=5.0
sqlalchemy-stubs~=0.4
strawberry-graphql[cli]>=0.99.0, <1.0
trufflehog~=2.2

0 comments on commit df5a187

Please sign in to comment.