diff --git a/doc/changelog.d/173.dependencies.md b/doc/changelog.d/173.dependencies.md new file mode 100644 index 000000000..1755804ff --- /dev/null +++ b/doc/changelog.d/173.dependencies.md @@ -0,0 +1 @@ +build: bump pyvista from 0.44.1 to 0.44.2 \ No newline at end of file diff --git a/doc/changelog.d/176.dependencies.md b/doc/changelog.d/176.dependencies.md new file mode 100644 index 000000000..73b6165bf --- /dev/null +++ b/doc/changelog.d/176.dependencies.md @@ -0,0 +1 @@ +build: bump pytest from 8.3.3 to 8.3.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3f25ecf83..3c084e571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ tests = [ "ansys-dpf-core==0.13.3", "matplotlib==3.9.3", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-dependency==0.6.0", "platformdirs==4.3.6", @@ -50,7 +50,7 @@ doc = [ "vtk==9.3.1", "trame==3.7.0", "trame_vtk==2.8.12", - "pyvista==0.44.1", + "pyvista==0.44.2", "pypandoc==1.14", "jupyter-sphinx==0.5.3", "sphinx-autobuild==2024.10.3",