Skip to content

Commit a38a779

Browse files
committed
[py] pin docutils to it's compatible with sphinx
1 parent 4f9526a commit a38a779

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ colorama==0.4.6
88
cryptography==45.0.6
99
debugpy==1.8.16
1010
distlib==0.4.0
11-
docutils==0.22
11+
docutils==0.21.2
1212
filelock==3.19.1
1313
filetype==1.2.0
1414
h11==0.16.0

py/requirements_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ distlib==0.4.0 \
268268
# via
269269
# -r py/requirements.txt
270270
# virtualenv
271-
docutils==0.22 \
272-
--hash=sha256:4ed966a0e96a0477d852f7af31bdcb3adc049fbb35ccba358c2ea8a03287615e \
273-
--hash=sha256:ba9d57750e92331ebe7c08a1bbf7a7f8143b86c476acd51528b042216a6aad0f
271+
docutils==0.21.2 \
272+
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
273+
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
274274
# via
275275
# -r py/requirements.txt
276276
# readme-renderer

0 commit comments

Comments
 (0)