Skip to content

Commit

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

---
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 Aug 1, 2023
1 parent 225b8ed commit ce1afca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.42.0",
]

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx-copybutton==0.5.0
sphinx-gallery==0.13.0
ansys_sphinx_theme==0.10.0
sphinx-autodoc-typehints==1.24.0
pyvista==0.39.1
pyvista==0.41.1
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==12.0
pytest==7.4.0
pyvista==0.38.5
pyvista==0.41.1

0 comments on commit ce1afca

Please sign in to comment.