Skip to content

Commit

Permalink
build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 in /plugins/apel
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Mar 26, 2024
1 parent 1647d4d commit 542ac96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update pyo3 from 0.19.2 to 0.20.3 ([@dirksammel](https://github.com/dirksammel), [@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update pyo3-asyncio from 0.19 to 0.20 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest from 8.0.0 to 8.1.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pytest-cov from 4.1.0 to 5.0.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update regex from 1.10.3 to 1.10.4 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update reqwest from 0.11.24 to 0.12.2 ([@QuantumDancer](https://github.com/QuantumDancer))
- Dependencies: Update serde from 1.0.196 to 1.0.197 ([@QuantumDancer](https://github.com/QuantumDancer))
Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ style = [
]
tests = [
"pytest==8.1.1",
"pytest-cov==4.1.0",
"pytest-cov==5.0.0",
]
build = [
"build==1.1.1",
Expand Down

0 comments on commit 542ac96

Please sign in to comment.