Skip to content

Commit

Permalink
Bump sphinx dev dependencies (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz authored Jan 27, 2025
1 parent 996a2ad commit ed63734
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
"flake8==7.1.1",
"isort==4.3.21",
"mypy==1.10",
"sphinx>=5.3.0,<6",
"sphinx_rtd_theme>=0.4,<1",
"sphinx-argparse==0.2.5",
"sphinx>=7.0.0,<8;python_version<='3.9'",
"sphinx>=8.1.0,<9;python_version>'3.9'",
"sphinx_rtd_theme>=3.0.2,<4",
"sphinx-argparse==0.4.0",
"types-aiofiles",
"types-requests",
] + tests_requires
Expand Down

0 comments on commit ed63734

Please sign in to comment.