We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6270607 commit bc5f214Copy full SHA for bc5f214
CHANGELOG.md
@@ -17,6 +17,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee
17
18
### Dependencies
19
- 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))
21
22
## [0.10.7](https://github.com/ansys/pymechanical/releases/tag/v0.10.7) - February 13 2024
23
pyproject.toml
@@ -50,7 +50,7 @@ Tracker = "https://github.com/ansys/pymechanical/issues"
50
51
[project.optional-dependencies]
52
tests = [
53
- "pytest==8.0.0",
+ "pytest==8.0.1",
54
"pytest-cov==4.1.0",
55
"pytest-print==1.0.0",
56
]
0 commit comments