Skip to content

Commit b169175

Browse files
Bump pytest-cov from 6.3.0 to 7.0.0 (#106)
* Bump pytest-cov from 6.3.0 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * pre-commit run --all-files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Jachyra <[email protected]>
1 parent a8f1f25 commit b169175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: codespell
1919
exclude: ^locale/
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.12.12
21+
rev: v0.13.0
2222
hooks:
2323
- id: ruff-check
2424
args: [--fix]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ py==1.11.0
2727
Pygments==2.19.2
2828
pyparsing==3.2.4
2929
pytest==8.4.2
30-
pytest-cov==6.3.0
30+
pytest-cov==7.0.0
3131
pytest-mock==3.15.0
3232
six==1.17.0
3333
toml==0.10.2

0 commit comments

Comments
 (0)