From e4836d9e5eb9f2215fa3050ea8b340ab05364ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:53:57 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.5.0 to 3.6.0 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.5.0 to 3.6.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.5.0...v3.6.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b256e212..91eb4618 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1765,13 +1765,13 @@ test = ["cython (>=3.0)", "defusedxml (>=0.7.1)", "pytest (>=8.0)", "setuptools [[package]] name = "sphinx-autoapi" -version = "3.5.0" +version = "3.6.0" description = "Sphinx API documentation generator" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "sphinx_autoapi-3.5.0-py3-none-any.whl", hash = "sha256:8676db32dded669dc6be9100696652640dc1e883e45b74710d74eb547a310114"}, - {file = "sphinx_autoapi-3.5.0.tar.gz", hash = "sha256:10dcdf86e078ae1fb144f653341794459e86f5b23cf3e786a735def71f564089"}, + {file = "sphinx_autoapi-3.6.0-py3-none-any.whl", hash = "sha256:f3b66714493cab140b0e896d33ce7137654a16ac1edb6563edcbd47bf975f711"}, + {file = "sphinx_autoapi-3.6.0.tar.gz", hash = "sha256:c685f274e41d0842ae7e199460c322c4bd7fec816ccc2da8d806094b4f64af06"}, ] [package.dependencies] @@ -1781,7 +1781,7 @@ astroid = [ ] Jinja2 = "*" PyYAML = "*" -sphinx = ">=6.1.0" +sphinx = ">=7.4.0" [[package]] name = "sphinx-basic-ng" @@ -2067,4 +2067,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "8f956b155f57c30b30a98ce759f659e32e0388c343c5fd47c085ea7621d6555e" +content-hash = "cf961ab9c980844dbb442db22fbf96d78f4748b5ff4b81c890154ebee2a3a6cc" diff --git a/pyproject.toml b/pyproject.toml index 2209346f..0727a32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ readthedocs-sphinx-ext = "*" sphinx = "8.1.3" furo = "2024.8.6" sphinxcontrib-bibtex = "2.6.3" -sphinx-autoapi = "3.5.0" +sphinx-autoapi = "3.6.0" sphinx-copybutton = "0.5.2" [build-system]