Skip to content

Commit e81305a

Browse files
authored
Merge pull request #833 from rackerlabs/renovate/pytest-cov-6.x
chore(deps): update dependency pytest-cov to v6
2 parents 77def29 + f028695 commit e81305a

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

operators/nova-flavors/poetry.lock

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

operators/nova-flavors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ watchdog = "^6.0.0"
2020

2121
[tool.poetry.group.test.dependencies]
2222
pytest = "^8.3.3"
23-
pytest-cov = "^5.0.0"
23+
pytest-cov = "^6.0.0"
2424
pytest-github-actions-annotate-failures = "*"
2525
pytest-mock = "^3.14.0"
2626

python/ironic-understack/poetry.lock

Lines changed: 6 additions & 6 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
@@ -23,7 +23,7 @@ understack-flavor-matcher = {path = "../understack-flavor-matcher"}
2323
[tool.poetry.group.test.dependencies]
2424
pytest = "^8.3.2"
2525
pytest-github-actions-annotate-failures = "*"
26-
pytest-cov = "^5.0.0"
26+
pytest-cov = "^6.0.0"
2727

2828
[tool.poetry.plugins."ironic.inspection.hooks"]
2929
"resource-class" = "ironic_understack.resource_class:UndercloudResourceClassHook"

python/neutron-understack/poetry.lock

Lines changed: 6 additions & 6 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
@@ -33,7 +33,7 @@ pynautobot = "^2.6.1"
3333

3434
[tool.poetry.group.test.dependencies]
3535
pytest = "^8.3.2"
36-
pytest-cov = "^5.0.0"
36+
pytest-cov = "^6.0.0"
3737
pytest-mock = "^3.14.0"
3838

3939
[tool.pytest.ini_options]

python/understack-flavor-matcher/poetry.lock

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

python/understack-flavor-matcher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pyyaml = "^6.0"
2121
[tool.poetry.group.test.dependencies]
2222
pytest = "^8.3.2"
2323
pytest-github-actions-annotate-failures = "*"
24-
pytest-cov = "^5.0.0"
24+
pytest-cov = "^6.0.0"
2525

2626
[tool.pytest.ini_options]
2727
minversion = "6.0"

python/understack-workflows/poetry.lock

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

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ optional = true
3838
[tool.poetry.group.test.dependencies]
3939
pytest = "^8.0.0"
4040
pytest-github-actions-annotate-failures = "*"
41-
pytest-cov = "^5.0.0"
41+
pytest-cov = "^6.0.0"
4242
pytest-mock = "^3.14.0"
4343
pytest-lazy-fixtures = "^1.1.1"
4444
requests-mock = "^1.12.1"

0 commit comments

Comments
 (0)