From ba2490d89f259af8290e1f6e10534e2922da4ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:35:39 -0500 Subject: [PATCH] fix(deps): Update sphinx-rtd-theme requirement from ^1.3.0 to >=1.3,<3.0 (#253) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af01a73..cfd1a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "^6.0.0" -sphinx-rtd-theme = "^1.3.0" +sphinx-rtd-theme = ">=1.3,<3.0" certifi = ">=2018.4.16" expiringdict = ">=1.1.4" pyrfc3339 = ">=1.0"