From dd901e1f0bb1a87c7a7263d34a5c57d5457a5caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:48:24 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 4 updates (#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](https://github.com/pybind/pybind11/compare/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](https://github.com/ansys/ansys-sphinx-theme/compare/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](https://github.com/grpc/grpc/compare/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](https://github.com/grpc/grpc/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_build.txt | 6 +++--- requirements/requirements_docs.txt | 2 +- requirements/requirements_eigen_wrapper.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index ac55dccb..28d842c1 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.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 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 37ae983a..c3d5b33e 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -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 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index eea84dc8..bf1d2133 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.4 +pybind11[global]==2.13.5