Skip to content

Commit

Permalink
Build(deps): bump the pip-deps group in /requirements with 7 updates (#…
Browse files Browse the repository at this point in the history
…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](pybind/pybind11@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](numpy/numpydoc@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](ansys/ansys-sphinx-theme@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](sphinx-gallery/sphinx-gallery@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](matplotlib/matplotlib@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](grpc/grpc@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](grpc/grpc@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] <[email protected]>

* Update conf.py

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Aug 20, 2024
1 parent 36346c4 commit 60e0a49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -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 -----------------------------------------------------
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements_build.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements/requirements_eigen_wrapper.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 60e0a49

Please sign in to comment.