Skip to content

Commit 1d68934

Browse files
committed
fixup
1 parent 769938c commit 1d68934

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements-dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
tox==4.32.0 ; python_version >= "3.10"
44
tox==4.32.0 ; python_version < "3.10"
55
wheel==0.46.1
6-
Sphinx==9.0.4 ; python_version >= "3.10"
7-
Sphinx==7.4.7 ; python_version < "3.10"
8-
sphinx-rtd-theme==3.0.2
6+
Sphinx==9.0.4 ; python_version >= "3.11"
7+
Sphinx==7.4.7 ; python_version < "3.11"
8+
sphinx-rtd-theme==3.1.0rc1 ; python_version >= "3.11"
9+
sphinx-rtd-theme==3.0.2 ; python_version < "3.11"
910
pypandoc==1.16.2
1011
twine==6.2.0
1112
black==25.12.0

0 commit comments

Comments
 (0)