Skip to content

Commit 5dc3293

Browse files
committed
Fix dependency update
1 parent 38c4da0 commit 5dc3293

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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
6+
Sphinx==9.0.4 ; python_version >= "3.10"
7+
Sphinx==7.4.7 ; python_version < "3.10"
78
sphinx-rtd-theme==3.0.2
89
pypandoc==1.16.2
910
twine==6.2.0

0 commit comments

Comments
 (0)