From 9aabce91c903fe2779c81e30f27b2b1dbc6b9e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:46:19 +0000 Subject: [PATCH 1/2] build(deps): bump sphinx-autoapi in the doc-dependencies group Bumps the doc-dependencies group with 1 update: [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `sphinx-autoapi` from 3.2.0 to 3.2.1 - [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.2.0...v3.2.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 104897de..619c3192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ doc = [ "nbsphinx==0.9.4", "numpydoc==1.7.0", "sphinx==7.4.7", - "sphinx-autoapi==3.2.0", + "sphinx-autoapi==3.2.1", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.0", "sphinx-gallery==0.17.0", From 81cca4a882a27c32b6b667cbbebdf97463e5b50f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:47:23 +0000 Subject: [PATCH 2/2] chore: adding changelog file 114.dependencies.md --- doc/changelog.d/114.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/114.dependencies.md diff --git a/doc/changelog.d/114.dependencies.md b/doc/changelog.d/114.dependencies.md new file mode 100644 index 00000000..8d7b3c71 --- /dev/null +++ b/doc/changelog.d/114.dependencies.md @@ -0,0 +1 @@ +build(deps): bump sphinx-autoapi from 3.2.0 to 3.2.1 in the doc-dependencies group \ No newline at end of file