Skip to content

Commit

Permalink
Build(deps): bump the pip-deps group in /requirements with 4 updates (#…
Browse files Browse the repository at this point in the history
…222)

Bumps the pip-deps group in /requirements with 4 updates: [pybind11[global]](https://github.com/pybind/pybind11), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pybind11[global]` from 2.13.5 to 2.13.6
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst)
- [Commits](pybind/pybind11@v2.13.5...v2.13.6)

Updates `ansys-sphinx-theme` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.8...v1.0.9)

Updates `sphinx-autodoc-typehints` from 2.4.0 to 2.4.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](tox-dev/sphinx-autodoc-typehints@2.4.0...2.4.1)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: pybind11[global]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent dbb80cb commit 44b5ad7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools>=41.0.0
wheel>=0.33.0
pybind11[global]==2.13.5
pybind11[global]==2.13.6
demo_eigen_wrapper==0.0.1
Click>=7.0
Flask==3.0.3
Expand All @@ -9,7 +9,7 @@ requests>=2.22.0
protobuf==5.26.1
grpcio==1.66.1
grpcio-tools==1.66.1
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-grpc==0.8.0
conan>=1.48.0,<2
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Sphinx==8.0.2
jupyter_sphinx==0.5.3
numpydoc==1.8.0
ansys_sphinx_theme==1.0.8
ansys_sphinx_theme==1.0.9
pypandoc==1.13
pytest-sphinx==0.6.3
sphinx-autobuild==2024.9.3
sphinx-autodoc-typehints==2.4.0
sphinx-autodoc-typehints==2.4.1
sphinx-copybutton==0.5.2
sphinx-gallery==0.17.1
sphinx-notfound-page==1.0.4
Expand Down
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.5
pybind11[global]==2.13.6

0 comments on commit 44b5ad7

Please sign in to comment.