Skip to content

Commit 7e50d7b

Browse files
CHORE: Bump pytest-cov from 4.1.0 to 5.0.0 (#38)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 0767d1d commit 7e50d7b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

doc/changelog.d/38.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Bump pytest-cov from 4.1.0 to 5.0.0

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.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ httpx = "^0.26.0"
4242
[tool.poetry.group.dev.dependencies]
4343
plotly = "^5.18.0"
4444
tox = "^4.15.1"
45-
pytest-cov = "^4.1.0"
45+
pytest-cov = "^5.0.0"
4646
pre-commit = "^3.7.1"
4747

4848
# Optional documentation dependencies
@@ -72,7 +72,7 @@ optional = true
7272

7373
[tool.poetry.group.tests.dependencies]
7474
pytest = "^8.2.2"
75-
pytest-cov = "^4.0.0"
75+
pytest-cov = "^5.0.0"
7676
pytest-httpx = "^0.29.0"
7777
pytest-mock = "^3.12.0"
7878

0 commit comments

Comments
 (0)