From a9de3ddac590d646d1cd5f044edeb8e61bed44c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:29:37 +0200 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 4 updates (#195) Bumps the pip-deps group in /requirements with 4 updates: [flask](https://github.com/pallets/flask), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pytest-sphinx](https://github.com/thisch/pytest-sphinx) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `flask` from 3.0.2 to 3.0.3 - [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/3.0.2...3.0.3) Updates `ansys-sphinx-theme` from 0.15.0 to 0.15.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.15.0...v0.15.2) Updates `pytest-sphinx` from 0.6.0 to 0.6.2 - [Release notes](https://github.com/thisch/pytest-sphinx/releases) - [Changelog](https://github.com/thisch/pytest-sphinx/blob/master/CHANGELOG.md) - [Commits](https://github.com/thisch/pytest-sphinx/compare/v0.6.0...v0.6.2) Updates `matplotlib` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: flask 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: pytest-sphinx 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 | 2 +- requirements/requirements_docs.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 53ef65ac..46a40766 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -3,7 +3,7 @@ wheel>=0.33.0 pybind11[global]==2.12.0 demo_eigen_wrapper==0.0.1 Click>=7.0 -Flask==3.0.2 +Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==4.25.3 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 1c23efcf..afb4e395 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,9 +1,9 @@ Sphinx==7.2.6 jupyter_sphinx==0.5.3 numpydoc==1.7.0 -ansys_sphinx_theme==0.15.0 +ansys_sphinx_theme==0.15.2 pypandoc==1.13 -pytest-sphinx==0.6.0 +pytest-sphinx==0.6.2 sphinx-autobuild==2024.2.4 sphinx-autodoc-typehints==2.0.0 sphinx-copybutton==0.5.2 @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.7 sphinxemoji==0.3.1 pandas==2.2.1 pandoc>=2.1 -matplotlib==3.8.3 +matplotlib==3.8.4 breathe>=4.33.1