diff --git a/pyproject.toml b/pyproject.toml index bc40a9422f2..4a93f796491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,19 +53,19 @@ tests = [ "ansys-dpf-core==0.7.2", "autopep8==2.0.1", "matplotlib==3.6.2", - "scipy==1.9.3", + "scipy==1.10.0", "pandas==1.5.2", "pytest==7.2.0", "pytest-cov==4.0.0", "pyvista==0.37.0", - "pyansys-tools-report==0.4.1", - "vtk==9.2.4", + "pyansys-tools-report==0.5.0", + "vtk==9.2.5", "pytest-rerunfailures==10.3", ] doc = [ "Sphinx==5.3.0", "ansys-dpf-core==0.7.2", - "ansys-mapdl-reader==0.52.5", + "ansys-mapdl-reader==0.52.6", "ansys-sphinx-theme==0.8.0", "grpcio==1.43.0", "imageio-ffmpeg==0.4.7", @@ -81,13 +81,13 @@ doc = [ "pythreejs==2.4.1", "pyvista==0.37.0", "sphinx-autobuild==2021.3.14", - "sphinx-autodoc-typehints==1.19.5", + "sphinx-autodoc-typehints==1.20.1", "sphinx-copybutton==0.5.1", "sphinx-gallery==0.11.1", "sphinx-notfound-page==0.8.3", "sphinxcontrib-websupport==1.2.4", "sphinxemoji==0.2.0", - "vtk==9.2.4", + "vtk==9.2.5", "sphinxcontrib-googleanalytics @ git+https://github.com/sphinx-contrib/googleanalytics.git", ]