From 697ea5e63e1b73624659ee6f9d1ee3a0884f300b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:03:15 +0000 Subject: [PATCH] chore(deps): update sphinx-autoapi requirement Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. - [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.2...v3.4.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 81d0fe5..185538e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = ["License :: OSI Approved :: Apache Software License"] license = { file = "LICENSE" } [project.optional-dependencies] -docs = ["toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1", "sphinx-autoapi~=3.3.2"] +docs = ["toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1", "sphinx-autoapi>=3.3.2,<3.5.0"] test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<7"] lint = ["pylint>=2.17,<3.4"] @@ -34,7 +34,7 @@ dev-dependencies = [ "toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1", - "sphinx-autoapi~=3.3.2", + "sphinx-autoapi>=3.3.2,<3.5.0", "pytest>=7.4,<9.0", "pytest-cov>=4,<7", "pylint>=2.17,<3.4",