Skip to content

Commit 507740e

Browse files
authored
Merge pull request #1082 from rackerlabs/renovate/pytest-cov-6.x
chore(deps): update dependency pytest-cov to v6
2 parents adffe31 + 61cb952 commit 507740e

File tree

8 files changed

+1179
-1175
lines changed

8 files changed

+1179
-1175
lines changed

python/cinder-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Source = "https://github.com/rackerlabs/understack"
3232
[dependency-groups]
3333
test = [
3434
"pytest>=8.3.2,<9",
35-
"pytest-cov>=5.0.0,<6",
35+
"pytest-cov>=6.2.1,<7",
3636
"pytest-mock>=3.14.0,<4",
3737
]
3838

python/cinder-understack/uv.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/ironic-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ idrac-redfish-understack = "ironic_understack.redfish_inspect_understack:Underst
2727
test = [
2828
"pytest>=8.3.2,<9",
2929
"pytest-github-actions-annotate-failures",
30-
"pytest-cov>=5.0.0,<6",
30+
"pytest-cov>=6.2.1,<7",
3131
]
3232

3333
[tool.uv]

python/ironic-understack/uv.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/neutron-understack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Source = "https://github.com/rackerlabs/understack"
4545
[dependency-groups]
4646
test = [
4747
"pytest>=8.3.2,<9",
48-
"pytest-cov>=5.0.0,<6",
48+
"pytest-cov>=6.2.1,<7",
4949
"pytest-mock>=3.14.0,<4",
5050
]
5151

0 commit comments

Comments
 (0)