Skip to content

Commit ed63734

Browse files
authored
Bump sphinx dev dependencies (#526)
1 parent 996a2ad commit ed63734

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
"flake8==7.1.1",
3030
"isort==4.3.21",
3131
"mypy==1.10",
32-
"sphinx>=5.3.0,<6",
33-
"sphinx_rtd_theme>=0.4,<1",
34-
"sphinx-argparse==0.2.5",
32+
"sphinx>=7.0.0,<8;python_version<='3.9'",
33+
"sphinx>=8.1.0,<9;python_version>'3.9'",
34+
"sphinx_rtd_theme>=3.0.2,<4",
35+
"sphinx-argparse==0.4.0",
3536
"types-aiofiles",
3637
"types-requests",
3738
] + tests_requires

0 commit comments

Comments
 (0)