Skip to content

Commit bc5f214

Browse files
Bump pytest from 8.0.0 to 8.0.1 (#606)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Kerry McAdams <[email protected]>
1 parent 6270607 commit bc5f214

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
1717

1818
### Dependencies
1919
- Bump `plotly` from 5.18.0 to 5.19.0 ([#605](https://github.com/ansys/pymechanical/pull/605))
20+
- Bump `pytest` from 8.0.0 to 8.0.1 ([#606](https://github.com/ansys/pymechanical/pull/606))
2021

2122
## [0.10.7](https://github.com/ansys/pymechanical/releases/tag/v0.10.7) - February 13 2024
2223

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tracker = "https://github.com/ansys/pymechanical/issues"
5050

5151
[project.optional-dependencies]
5252
tests = [
53-
"pytest==8.0.0",
53+
"pytest==8.0.1",
5454
"pytest-cov==4.1.0",
5555
"pytest-print==1.0.0",
5656
]

0 commit comments

Comments
 (0)