From b0e13bb58ea32bff4c1a8a2d0507b414fc48a5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:41:56 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 5 updates (#202) Bumps the pip-deps group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.15.2` | `0.16.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.4` | `3.9.0` | | [grpcio](https://github.com/grpc/grpc) | `1.63.0` | `1.64.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.63.0` | `1.64.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | Updates `ansys-sphinx-theme` from 0.15.2 to 0.16.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.15.2...v0.16.0) Updates `matplotlib` from 3.8.4 to 3.9.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.9.0) Updates `grpcio` from 1.63.0 to 1.64.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.63.0...v1.64.0) Updates `grpcio-tools` from 1.63.0 to 1.64.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.63.0...v1.64.0) Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: matplotlib 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-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: pytest 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 8882158f..f7e90cc1 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.63.0 -grpcio-tools==1.63.0 -pytest==8.2.0 +grpcio==1.64.0 +grpcio-tools==1.64.0 +pytest==8.2.1 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 f49ed9b3..a5140778 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,7 +1,7 @@ Sphinx==7.3.7 jupyter_sphinx==0.5.3 numpydoc==1.7.0 -ansys_sphinx_theme==0.15.2 +ansys_sphinx_theme==0.16.0 pypandoc==1.13 pytest-sphinx==0.6.3 sphinx-autobuild==2024.4.16 @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.7 sphinxemoji==0.3.1 pandas==2.2.2 pandoc>=2.1 -matplotlib==3.8.4 +matplotlib==3.9.0 breathe>=4.33.1