From b850dc7fb240ae33f12114fb289da21b64ec1c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:19:25 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `pytest` from 8.3.3 to 8.3.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/8.3.3...8.3.4) Updates `sphinx-autoapi` from 3.3.3 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.3...v3.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f737b66..e76f0e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "click==8.1.7", "PyGithub==2.5.0", @@ -43,7 +43,7 @@ doc = [ "ansys-sphinx-theme==1.2.2", "numpydoc==1.8.0", "sphinx==8.1.3", - "sphinx-autoapi==3.3.3", + "sphinx-autoapi==3.4.0", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", ]