From d55368017807003e3fce978d098115d6ea651a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:16:16 +0100 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 5 updates (#171) Bumps the pip-deps group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.4` | `4.25.0` | | [grpcio](https://github.com/grpc/grpc) | `1.59.0` | `1.59.2` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.59.0` | `1.59.2` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.24.0` | `1.24.1` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.0` | `3.8.1` | Updates `protobuf` from 4.24.4 to 4.25.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.24.4...v4.25.0) Updates `grpcio` from 1.59.0 to 1.59.2 - [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.59.0...v1.59.2) Updates `grpcio-tools` from 1.59.0 to 1.59.2 - [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.59.0...v1.59.2) Updates `sphinx-autodoc-typehints` from 1.24.0 to 1.24.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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.0...1.24.1) Updates `matplotlib` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: grpcio-tools 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: matplotlib dependency-type: direct:production update-type: version-update:semver-patch 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 3b21a7b2..8f317857 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -6,9 +6,9 @@ Click>=7.0 Flask==3.0.0 numpy>=1.21.5 requests>=2.22.0 -protobuf==4.24.4 -grpcio==1.59.0 -grpcio-tools==1.59.0 +protobuf==4.25.0 +grpcio==1.59.2 +grpcio-tools==1.59.2 pytest==7.4.3 pytest-cov==4.1.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index b1829a5b..af90acfd 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -5,7 +5,7 @@ ansys_sphinx_theme==0.12.4 pypandoc==1.12 pytest-sphinx==0.5.0 sphinx-autobuild==2021.3.14 -sphinx-autodoc-typehints==1.24.0 +sphinx-autodoc-typehints==1.24.1 sphinx-copybutton==0.5.2 sphinx-gallery==0.14.0 sphinx-notfound-page==1.0.0 @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.6 sphinxemoji==0.2.0 pandas==2.1.2 pandoc>=2.1 -matplotlib==3.8.0 +matplotlib==3.8.1 breathe>=4.33.1