From 61cd6938fb38ae6d9e79a416c11fd949250e5351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:40:57 +0000 Subject: [PATCH] Update sphinx-autoapi requirement from <3.5.0 to <3.6.0 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/v0.2.0...v3.5.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index 6b7d45d4..7bed6ec3 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -17,7 +17,7 @@ scikit-learn < 1.6 sphinx < 8.2.0 sphinx_rtd_theme >= 0.5.2, < 3.1.0 sphinx-autodoc-typehints < 3.1.0 -sphinx-autoapi < 3.5.0 +sphinx-autoapi < 3.6.0 sshtunnel < 0.5.0 urllib3 < 2.0.0 workalendar < 17.1.0 diff --git a/setup.py b/setup.py index 312ffae5..d9d8c67f 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def read(fname): "sphinx < 8.2.0", "sphinx_rtd_theme >=0.5.2, < 3.1.0", "sphinx-autodoc-typehints < 3.1.0", - "sphinx-autoapi < 3.5.0", + "sphinx-autoapi < 3.6.0", "astroid == 3.3.8", ]