Skip to content

Commit

Permalink
build(deps): bump pytest-cov from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 179a23b commit 59a5dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"pytest==8.0.1",
"pytest-cov==4.1.0",
"pytest-cov==5.0.0",
"pytest-benchmark==4.0.0"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ python-magic==0.4.27
Nuitka==2.0.3
pylint==3.0.3
pytest==8.0.1
pytest-cov==4.1.0
pytest-cov==5.0.0
pytest-benchmark==4.0.0

0 comments on commit 59a5dbf

Please sign in to comment.