From 42213378ca8e06f65f072bb95babb6f60340b4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:10:59 +0000 Subject: [PATCH 1/2] Bump sphinx-autodoc-typehints from 2.4.4 to 2.5.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.4.4 to 2.5.0. - [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/2.4.4...2.5.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index e3fa3146a..85ae5c91e 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -11,6 +11,6 @@ sphinx-notfound-page==1.0.4 sphinx-copybutton==0.5.0 sphinx-gallery==0.17.1 ansys_sphinx_theme==1.0.11 -sphinx-autodoc-typehints==2.4.4; python_version == '3.8' +sphinx-autodoc-typehints==2.5.0; python_version == '3.8' sphinx-autodoc-typehints==2.4.4; python_version >= '3.9' pyvista==0.44.1 From 2ba065c1487205446107eaaa04bd6ea2fefbd09b Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:04:12 +0200 Subject: [PATCH 2/2] Update requirements_docs.txt --- requirements/requirements_docs.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 85ae5c91e..b6abbc22f 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -2,8 +2,7 @@ pypandoc==1.14 imageio==2.35.1 numpydoc==1.8.0 imageio-ffmpeg==0.5.1 -Sphinx<7.2.0; python_version == '3.8' -Sphinx==8.0.2; python_version >= '3.9' +Sphinx==8.0.2 sphinxcontrib-napoleon==0.7 sphinxcontrib-websupport==2.0.0 pytest-sphinx==0.6.3 @@ -11,6 +10,5 @@ sphinx-notfound-page==1.0.4 sphinx-copybutton==0.5.0 sphinx-gallery==0.17.1 ansys_sphinx_theme==1.0.11 -sphinx-autodoc-typehints==2.5.0; python_version == '3.8' -sphinx-autodoc-typehints==2.4.4; python_version >= '3.9' +sphinx-autodoc-typehints==2.5.0 pyvista==0.44.1