From 76d9121dc7fc8ebc04133455e2e2a71cf2efeb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:28:45 +0100 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 4 updates (#237) Bumps the pip-deps group in /requirements with 4 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc), [pytest](https://github.com/pytest-dev/pytest) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `grpcio` from 1.68.0 to 1.68.1 - [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.68.0...v1.68.1) Updates `grpcio-tools` from 1.68.0 to 1.68.1 - [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.68.0...v1.68.1) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `matplotlib` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- updated-dependencies: - 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: pytest 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 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 650e19d1..eaf0713a 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -7,9 +7,9 @@ Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==5.26.1 -grpcio==1.68.0 -grpcio-tools==1.68.0 -pytest==8.3.3 +grpcio==1.68.1 +grpcio-tools==1.68.1 +pytest==8.3.4 pytest-cov==5.0.0 pytest-grpc==0.8.0 conan>=1.48.0,<2 \ No newline at end of file diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 2b17c05b..45736946 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -13,5 +13,5 @@ sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.1 pandas==2.2.3 pandoc>=2.1 -matplotlib==3.9.2 +matplotlib==3.9.3 breathe>=4.33.1