From ac51938772d35872e73a2cb6afdab6bf20f64cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:04:02 +0000 Subject: [PATCH] chore(deps-dev): update sphinx-rtd-theme requirement 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.1.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 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 e382f89..88ed531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,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" expiringdict = ">=1.1.4" pyrfc3339 = ">=1.0" jsonpickle = ">1.4.1"