From 0355386740c8feed6e224b9e666d6c2d3785cf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:31:09 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version. Updates `pytest-cov` to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) Updates `ansys-sphinx-theme` from 1.0.11 to 1.2.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...v1.2.3) Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.3) Updates `sphinx-autoapi` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.3.1...v3.4.0) Updates `sphinx-gallery` from 0.17.1 to 0.18.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.17.1...v0.18.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebcaf20..97420b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,17 +40,17 @@ all = [ tests = [ "pytest >= 8.3.2,<9", - "pytest-cov >= 5.0.0,<6", + "pytest-cov >= 5.0.0,< 7", "pytest-asyncio >= 0.23.8,<1", ] doc = [ - "ansys-sphinx-theme==1.0.11", + "ansys-sphinx-theme==1.2.3", "numpydoc==1.8.0", - "sphinx==8.0.2", - "sphinx-autoapi==3.3.1", + "sphinx==8.1.3", + "sphinx-autoapi==3.4.0", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx-gallery==0.17.1", + "sphinx-gallery==0.18.0", "sphinx-jinja==2.0.2", ]