From 625f7c5dd7f19084266942c1a04ddcae76750436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:52:14 +0000 Subject: [PATCH] Bump pyvista from 0.44.1 to 0.44.2 in the dependencies group Bumps the dependencies group with 1 update: [pyvista](https://github.com/pyvista/pyvista). Updates `pyvista` from 0.44.1 to 0.44.2 - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.44.1...v0.44.2) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c13f35efd..802c0e9df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3334,20 +3334,20 @@ files = [ [[package]] name = "pyvista" -version = "0.44.1" +version = "0.44.2" description = "Easier Pythonic interface to VTK" optional = true python-versions = ">=3.8" files = [ - {file = "pyvista-0.44.1-py3-none-any.whl", hash = "sha256:7a80e8114220ca36d57a4def8e6a3067c908b53b62aa426ea76c76069bb6d1c0"}, - {file = "pyvista-0.44.1.tar.gz", hash = "sha256:63976f5d57d151b3f7e1616dde40dcf56a66d1f37f6db067087fa9cc9667f512"}, + {file = "pyvista-0.44.2-py3-none-any.whl", hash = "sha256:8530d35f57cdaa33507ac9aec19e3292be0bc9026b28e4f12df7e8054438d028"}, + {file = "pyvista-0.44.2.tar.gz", hash = "sha256:db65943c3c1c9ba49fe16f5a25a5bc23b74bf1ea7a38aae4ef9c4dc5838ccf5e"}, ] [package.dependencies] ipywidgets = {version = "*", optional = true, markers = "extra == \"jupyter\""} jupyter-server-proxy = {version = "*", optional = true, markers = "extra == \"jupyter\""} matplotlib = ">=3.0.1" -nest-asyncio = {version = "*", optional = true, markers = "extra == \"jupyter\""} +nest_asyncio = {version = "*", optional = true, markers = "extra == \"jupyter\""} numpy = ">=1.21.0" pillow = "*" pooch = "*" @@ -3358,13 +3358,13 @@ trame-server = {version = ">=2.11.7", optional = true, markers = "extra == \"jup trame-vtk = {version = ">=2.5.8", optional = true, markers = "extra == \"jupyter\""} trame-vuetify = {version = ">=2.3.1", optional = true, markers = "extra == \"jupyter\""} typing-extensions = "*" -vtk = "*" +vtk = "<9.4.0" [package.extras] all = ["pyvista[colormaps,io,jupyter]"] colormaps = ["cmocean", "colorcet"] io = ["imageio", "meshio (>=5.2)"] -jupyter = ["ipywidgets", "jupyter-server-proxy", "nest-asyncio", "trame (>=2.5.2)", "trame-client (>=2.12.7)", "trame-server (>=2.11.7)", "trame-vtk (>=2.5.8)", "trame-vuetify (>=2.3.1)"] +jupyter = ["ipywidgets", "jupyter-server-proxy", "nest_asyncio", "trame (>=2.5.2)", "trame-client (>=2.12.7)", "trame-server (>=2.11.7)", "trame-vtk (>=2.5.8)", "trame-vuetify (>=2.3.1)"] [[package]] name = "pywin32"