Skip to content

Commit

Permalink
Bump pyvista from 0.38.5 to 0.40.0
Browse files Browse the repository at this point in the history
Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.38.5 to 0.40.0.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.38.5...v0.40.0)

---
updated-dependencies:
- dependency-name: pyvista
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent d170bdd commit dad8191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Source = "https://github.com/ansys/pydpf-post"

[project.optional-dependencies]
plotting = [
"pyvista>=0.24.0, <0.40.0",
"pyvista>=0.24.0, <0.41.0",
]

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ coverage==7.2.7
pytest-cov==4.0.0
pytest-rerunfailures==11.0
pytest==7.3.1
pyvista==0.38.5
pyvista==0.40.0

0 comments on commit dad8191

Please sign in to comment.