From 515deff4e069b29f51116dfe728f9fe6c617d83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 07:46:55 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 5 updates (#166) Bumps the pip-deps group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.3.3` | `3.0.0` | | [grpcio](https://github.com/grpc/grpc) | `1.58.0` | `1.59.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.58.0` | `1.59.0` | | [numpydoc](https://github.com/numpy/numpydoc) | `1.5.0` | `1.6.0` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.11.2` | `0.12.1` | Updates `flask` from 2.3.3 to 3.0.0 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.3...3.0.0) Updates `grpcio` from 1.58.0 to 1.59.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.58.0...v1.59.0) Updates `grpcio-tools` from 1.58.0 to 1.59.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.58.0...v1.59.0) Updates `numpydoc` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/doc/release_notes.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.5.0...v1.6.0) Updates `ansys-sphinx-theme` from 0.11.2 to 0.12.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.11.2...v0.12.1) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major 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 - 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 ... 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 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index a533f6be..98d8cfe6 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -3,12 +3,12 @@ wheel>=0.33.0 pybind11[global]==2.11.1 demo_eigen_wrapper==0.0.1 Click>=7.0 -Flask==2.3.3 +Flask==3.0.0 numpy>=1.21.5 requests>=2.22.0 protobuf==4.24.3 -grpcio==1.58.0 -grpcio-tools==1.58.0 +grpcio==1.59.0 +grpcio-tools==1.59.0 pytest==7.4.2 pytest-cov==4.1.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index b21888bf..256d3b49 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==7.2.6 jupyter_sphinx==0.4.0 -numpydoc==1.5.0 -ansys_sphinx_theme==0.11.2 +numpydoc==1.6.0 +ansys_sphinx_theme==0.12.1 pypandoc==1.11 pytest-sphinx==0.5.0 sphinx-autobuild==2021.3.14