From 964e77b4f7368e839ac19f011a888e60da5340fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:20:26 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 4 updates (#2928) Updates the requirements on [beartype](https://github.com/beartype/beartype), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pytest-sphinx](https://github.com/thisch/pytest-sphinx) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version. Updates `beartype` to 0.18.5 - [Release notes](https://github.com/beartype/beartype/releases) - [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst) - [Commits](https://github.com/beartype/beartype/compare/v0.17.0...v0.18.5) Updates `ansys-sphinx-theme` to 0.16.5 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.13.2...v0.16.5) Updates `pytest-sphinx` to 0.6.2 - [Release notes](https://github.com/thisch/pytest-sphinx/releases) - [Changelog](https://github.com/twmr/pytest-sphinx/blob/master/CHANGELOG.md) - [Commits](https://github.com/thisch/pytest-sphinx/compare/v0.5.0...v0.6.2) Updates `sphinx-gallery` to 0.16.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: beartype dependency-type: direct:production dependency-group: dependencies - dependency-name: ansys-sphinx-theme dependency-type: direct:development dependency-group: dependencies - dependency-name: pytest-sphinx dependency-type: direct:development dependency-group: dependencies - dependency-name: sphinx-gallery dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc1f541c3d2..250359591b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ ansys-platform-instancemanagement = "^1.0" ansys-tools-filetransfer = ">=0.1,<0.3" ansys-units = "^0.3.2" alive-progress = "^3.1.5" -beartype = "^0.17" +beartype = ">=0.17,<0.19" docker = "^6.1.3" grpcio = "^1.30.0" grpcio-health-checking = "^1.30.0" @@ -66,13 +66,13 @@ Sphinx = "==7.2.6" jupyter_sphinx = "==0.5.3" numpydoc = "==1.6.0" matplotlib = "==3.9.0" -ansys-sphinx-theme = "==0.13.2" +ansys-sphinx-theme = "==0.16.5" pypandoc = "==1.12" -pytest-sphinx = "==0.5.0" +pytest-sphinx = "==0.6.2" sphinx-autobuild = "==2021.3.14" sphinx-autodoc-typehints = "==1.25.3" sphinx-copybutton = "==0.5.2" -sphinx-gallery = "==0.15.0" +sphinx-gallery = "==0.16.0" sphinx-notfound-page = "==1.0.0" sphinxcontrib-websupport = "==1.2.7" sphinxemoji = "==0.3.1"