Skip to content

Commit

Permalink
chore(deps): Update pytest-cov requirement
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.0.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent ec8b890 commit 7dc76fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test = [
"python-jose[cryptography] >=3.3.0",
"httpx >=0.23.0,<1.0.0",
"pytest >=7.0.0,<9.0.0",
"pytest-cov >=4.0.0,<6.0.0",
"pytest-cov >=4.0.0,<7.0.0",
"pytest-mock >=3.0.0,<4.0.0",
"requests >=2.28.0,<3.0.0",
"black ==24.8.0",
Expand Down

0 comments on commit 7dc76fc

Please sign in to comment.