Skip to content

Commit 77619b3

Browse files
Update pytest-cov requirement from ~=5.0.0 to ~=6.2.1
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@v5.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b995816 commit 77619b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dev = [
6161
"retry~=0.9.2",
6262
"pre-commit~=3.5.0",
6363
"deepdiff~=7.0.1",
64-
"pytest-cov~=5.0.0",
64+
"pytest-cov>=5.0,<6.3",
6565
"twine~=6.1.0",
6666
"types-retry~=0.9.9.20241221",
6767
"networkx~=3.1.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest-sugar~=1.0.0
1515
retry~=0.9.2
1616
pre-commit~=3.5.0
1717
deepdiff~=7.0.1
18-
pytest-cov~=5.0.0
18+
pytest-cov>=5.0,<6.3
1919
twine~=6.1.0
2020
types-retry~=0.9.9.20241221
2121
networkx~=3.1.0

0 commit comments

Comments
 (0)