Skip to content

Commit 9ac68fe

Browse files
authored
Update dependency to to v4.31.0 manually (#870)
fix #868 The dependency tox v4.31.0 is only compatible with Python 3.10 or later.
1 parent c2508bc commit 9ac68fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
tox==4.31.0
3+
tox==4.31.0 ; python_version >= "3.10"
4+
tox==4.30.3 ; python_version < "3.10"
45
wheel==0.46.1
56
Sphinx==7.4.7
67
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)