From 60e0a49d19295aa6123cf59f4ca46a64ca3b389b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:54:16 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 7 updates (#216) * Build(deps): bump the pip-deps group in /requirements with 7 updates Bumps the pip-deps group in /requirements with 7 updates: | Package | From | To | | --- | --- | --- | | [pybind11[global]](https://github.com/pybind/pybind11) | `2.13.1` | `2.13.4` | | [numpydoc](https://github.com/numpy/numpydoc) | `1.7.0` | `1.8.0` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.16.6` | `1.0.5` | | [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) | `0.17.0` | `0.17.1` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.1` | `3.9.2` | | [grpcio](https://github.com/grpc/grpc) | `1.65.4` | `1.65.5` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.65.4` | `1.65.5` | Updates `pybind11[global]` from 2.13.1 to 2.13.4 - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst) - [Commits](https://github.com/pybind/pybind11/compare/v2.13.1...v2.13.4) Updates `numpydoc` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0) Updates `ansys-sphinx-theme` from 0.16.6 to 1.0.5 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.16.6...v1.0.5) Updates `sphinx-gallery` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.17.0...v0.17.1) Updates `matplotlib` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.2) Updates `grpcio` from 1.65.4 to 1.65.5 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.65.4...v1.65.5) Updates `grpcio-tools` from 1.65.4 to 1.65.5 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.65.4...v1.65.5) --- updated-dependencies: - dependency-name: pybind11[global] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] * Update conf.py --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- doc/source/conf.py | 2 +- requirements/requirements_build.txt | 6 +++--- requirements/requirements_docs.txt | 8 ++++---- requirements/requirements_eigen_wrapper.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b93413d4..1093643f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,7 +1,6 @@ """Sphinx documentation configuration file.""" from datetime import datetime -from ansys_sphinx_theme import ansys_logo_black from sphinx_gallery.sorting import FileNameSortKey # -- Project information ----------------------------------------------------- @@ -124,6 +123,7 @@ html_theme = "ansys_sphinx_theme" html_logo = ansys_logo_black html_theme_options = { + "logo": "ansys", "github_url": "https://github.com/ansys/api-eigen-example", "show_prev_next": False, "show_breadcrumbs": True, diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index ef274b1a..ac55dccb 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,14 +1,14 @@ setuptools>=41.0.0 wheel>=0.33.0 -pybind11[global]==2.13.1 +pybind11[global]==2.13.4 demo_eigen_wrapper==0.0.1 Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==5.26.1 -grpcio==1.65.4 -grpcio-tools==1.65.4 +grpcio==1.65.5 +grpcio-tools==1.65.5 pytest==8.3.2 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index c9347250..37ae983a 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,17 +1,17 @@ Sphinx==8.0.2 jupyter_sphinx==0.5.3 -numpydoc==1.7.0 -ansys_sphinx_theme==0.16.6 +numpydoc==1.8.0 +ansys_sphinx_theme==1.0.5 pypandoc==1.13 pytest-sphinx==0.6.3 sphinx-autobuild==2024.4.16 sphinx-autodoc-typehints==2.2.3 sphinx-copybutton==0.5.2 -sphinx-gallery==0.17.0 +sphinx-gallery==0.17.1 sphinx-notfound-page==1.0.4 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.1 pandas==2.2.2 pandoc>=2.1 -matplotlib==3.9.1 +matplotlib==3.9.2 breathe>=4.33.1 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 8c62928b..eea84dc8 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,4 +1,4 @@ setuptools>=41.0.0 wheel>=0.33.0 numpy>=1.21.5 -pybind11[global]==2.13.1 +pybind11[global]==2.13.4