Skip to content

Commit fc5a0d6

Browse files
committed
fix deps
1 parent b57859e commit fc5a0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Flask = "2.2.5"
5050
optional = true
5151

5252
[tool.poetry.group.docs.dependencies]
53-
sphinx = "^7.0.0"
53+
sphinx = ">=6,<8"
5454
sphinx-autodoc-typehints = "^1.3.0"
55-
sphinx-rtd-theme = "^1.3.0"
55+
sphinx-rtd-theme = ">=1.3,<4.0"
5656
backoff = ">=1.4.3"
5757
certifi = ">=2018.4.16"
5858
expiringdict = ">=1.1.4"

0 commit comments

Comments
 (0)