Skip to content

Commit 8271841

Browse files
authored
Merge pull request #49 from linea-it/dependabot/pip/sphinx-gte-7.2-and-lt-10
Update sphinx requirement from <9,>=7.2 to >=7.2,<10
2 parents d2c9851 + be0e339 commit 8271841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev = [
6464
"ruff",
6565
]
6666
docs = [
67-
"sphinx>=7.2,<9",
67+
"sphinx>=7.2,<10",
6868
"sphinx-rtd-theme>=3.0,<4",
6969
"myst-parser>=2.0,<5",
7070
"sphinx-autodoc-typehints>=2.0,<4",

0 commit comments

Comments
 (0)