From 1749110b6d658e489979ca490eb1513e2c6d831c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:32:35 +0100 Subject: [PATCH] Build(deps): bump the pip-deps group in /requirements with 2 updates (#180) Bumps the pip-deps group in /requirements with 2 updates: [jupyter-sphinx](https://github.com/jupyter/jupyter-sphinx) and [pytest](https://github.com/pytest-dev/pytest). Updates `jupyter-sphinx` from 0.4.0 to 0.5.3 - [Release notes](https://github.com/jupyter/jupyter-sphinx/releases) - [Changelog](https://github.com/jupyter/jupyter-sphinx/blob/main/RELEASE.md) - [Commits](https://github.com/jupyter/jupyter-sphinx/compare/v0.4.0...v0.5.3) Updates `pytest` from 7.4.3 to 7.4.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/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: jupyter-sphinx 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 | 2 +- requirements/requirements_docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index d3f6518c..6bc9e770 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -9,7 +9,7 @@ requests>=2.22.0 protobuf==4.25.1 grpcio==1.60.0 grpcio-tools==1.60.0 -pytest==7.4.3 +pytest==7.4.4 pytest-cov==4.1.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 968c07eb..bee1cf61 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,5 +1,5 @@ Sphinx==7.2.6 -jupyter_sphinx==0.4.0 +jupyter_sphinx==0.5.3 numpydoc==1.6.0 ansys_sphinx_theme==0.12.5 pypandoc==1.12