From f2a9d6fada52b8281d4275649d878b85d22a1d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:44:04 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from >=1.3,<3.0 to >=1.3,<4.0 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.3.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 729c2d5..ebfd0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = ">=6,<8" -sphinx-rtd-theme = ">=1.3,<3.0" +sphinx-rtd-theme = ">=1.3,<4.0" certifi = ">=2018.4.16" expiringdict = ">=1.1.4" pyrfc3339 = ">=1.0"