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
…218)

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), [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc).


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

Updates `ansys-sphinx-theme` from 1.0.5 to 1.0.7
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.5...v1.0.7)

Updates `grpcio` from 1.65.5 to 1.66.0
- [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.5...v1.66.0)

Updates `grpcio-tools` from 1.65.5 to 1.66.0
- [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.5...v1.66.0)

---
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: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: grpcio-tools
  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 Aug 27, 2024
1 parent 0710758 commit dd901e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.4
pybind11[global]==2.13.5
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.5
grpcio-tools==1.65.5
grpcio==1.66.0
grpcio-tools==1.66.0
pytest==8.3.2
pytest-cov==5.0.0
pytest-grpc==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sphinx==8.0.2
jupyter_sphinx==0.5.3
numpydoc==1.8.0
ansys_sphinx_theme==1.0.5
ansys_sphinx_theme==1.0.7
pypandoc==1.13
pytest-sphinx==0.6.3
sphinx-autobuild==2024.4.16
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.4
pybind11[global]==2.13.5

0 comments on commit dd901e1

Please sign in to comment.