Skip to content

Commit 9c098d1

Browse files
committedDec 6, 2023
Update dev dependencies
1 parent 8deb843 commit 9c098d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ black
22
build
33
colorama == 0.4.*
44
cython < 4, >= 0.29
5-
more_itertools == 9.*
5+
more_itertools == 10.*
66
mypy
77
setuptools
88
wheel
99

1010
# keep synchronous to requirements-readthecocs.txt
11-
docutils == 0.19.*
11+
docutils == 0.20.*
1212
furo
1313
myst-parser == 2.*
1414
sphinx == 7.*

‎requirements-readthedocs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pyjson5 == 1.6.5
44

55
# keep synchronous to requirements-dev.txt
6-
docutils == 0.19.*
6+
docutils == 0.20.*
77
furo
88
myst-parser == 2.*
99
sphinx == 7.*

0 commit comments

Comments
 (0)
Please sign in to comment.