Skip to content

Commit 08e5196

Browse files
authored
Update Sphinx dev dependency to 5.3.0 (#371)
1 parent 0819418 commit 08e5196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=3.0.0,<4
1+
sphinx>=5.3.0,<6
22
sphinx_rtd_theme>=0.4,<1
33
sphinx-argparse==0.2.5
44
multidict<5.0,>=4.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"flake8==3.8.1",
3030
"isort==4.3.21",
3131
"mypy==0.910",
32-
"sphinx>=3.0.0,<4",
32+
"sphinx>=5.3.0,<6",
3333
"sphinx_rtd_theme>=0.4,<1",
3434
"sphinx-argparse==0.2.5",
3535
"types-aiofiles",

0 commit comments

Comments
 (0)