Skip to content

Commit

Permalink
MAINT: Bump pyvista from 0.42.2 to 0.43.3
Browse files Browse the repository at this point in the history
Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.42.2 to 0.43.3.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.42.2...v0.43.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 462d347 commit 0f8e2c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tests = [
"pytest-xdist==3.3.1",
"vtk==9.2.6",
"pyvista==0.38.0; python_version <= '3.7'",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"scikit-learn==1.3.0; python_version == '3.7'",
"scikit-learn==1.3.1; python_version > '3.7'",
"SRTM.py",
Expand All @@ -87,7 +87,7 @@ doc = [
"pypandoc==1.13",
"pytest-sphinx==0.5.0",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"recommonmark==0.7.1",
"scikit-learn==1.3.0; python_version == '3.7'",
Expand Down Expand Up @@ -120,7 +120,7 @@ full = [
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
"utm",
Expand All @@ -140,7 +140,7 @@ all = [
"pandas==2.1.1; python_version > '3.9'",
"osmnx",
"vtk==9.2.6",
"pyvista==0.42.2; python_version > '3.7'",
"pyvista==0.43.3; python_version > '3.7'",
"pyvista==0.38.0; python_version <= '3.7'",
"SRTM.py",
"utm",
Expand Down

0 comments on commit 0f8e2c1

Please sign in to comment.