Skip to content

Commit

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

Bumps the pip-deps group in /requirements with 3 updates: [numpydoc](https://github.com/numpy/numpydoc), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [pybind11[global]](https://github.com/pybind/pybind11).


Updates `numpydoc` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.6.0...v1.7.0)

Updates `ansys-sphinx-theme` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.14.1...v0.15.0)

Updates `pybind11[global]` from 2.11.1 to 2.12.0
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst)
- [Commits](pybind/pybind11@v2.11.1...v2.12.0)

---
updated-dependencies:
- 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-minor
  dependency-group: pip-deps
- dependency-name: pybind11[global]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 2, 2024
1 parent 8b27c0e commit f655d9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.11.1
pybind11[global]==2.12.0
demo_eigen_wrapper==0.0.1
Click>=7.0
Flask==3.0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sphinx==7.2.6
jupyter_sphinx==0.5.3
numpydoc==1.6.0
ansys_sphinx_theme==0.14.1
numpydoc==1.7.0
ansys_sphinx_theme==0.15.0
pypandoc==1.13
pytest-sphinx==0.6.0
sphinx-autobuild==2024.2.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.11.1
pybind11[global]==2.12.0

0 comments on commit f655d9d

Please sign in to comment.