Skip to content

Commit c000b06

Browse files
Fix dependency update (#897)
Fix #891 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6df3df3 commit c000b06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements-dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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
7-
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"
810
pypandoc==1.16.2
911
twine==6.2.0
1012
black==25.12.0

0 commit comments

Comments
 (0)