From 1044870778e1a7652f7bc31091b8e9f813b2e964 Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot Date: Sat, 7 Jan 2023 17:22:34 -0700 Subject: [PATCH] Bump ansys-mapdl-reader, scipy, pyansys-tools-report, vtk and sphinx-autodoc-typehints Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader), [scipy](https://github.com/scipy/scipy), [pyansys-tools-report](https://github.com/pyansys/pyansys-tools-report), [vtk](https://vtk.org) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints). These dependencies needed to be updated together. Updates `ansys-mapdl-reader` from 0.52.5 to 0.52.6 - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.5...v0.52.6) Updates `scipy` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.0) Updates `pyansys-tools-report` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/pyansys/pyansys-tools-report/releases) - [Commits](https://github.com/pyansys/pyansys-tools-report/compare/v0.4.1...v0.5.0) Updates `vtk` from 9.2.4 to 9.2.5 Updates `sphinx-autodoc-typehints` from 1.19.5 to 1.20.1 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.5...1.20.1) --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", ]