Skip to content

Commit a08c5b7

Browse files
authored
Upgrade PyYAML to 6.0.1 to avoid build error (#8460)
Refer: yaml/pyyaml#702
1 parent 9f30ccc commit a08c5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements-insiders.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyYAML==6.0
1+
PyYAML==6.0.1
22
black==23.10.0
33
mkdocs==1.5.0
44
git+ssh://[email protected]/astral-sh/mkdocs-material-insiders.git@38c0b8187325c3bab386b666daf3518ac036f2f4

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PyYAML==6.0
1+
PyYAML==6.0.1
22
black==23.10.0
33
mkdocs==1.5.0
44
mkdocs-material==9.1.18

0 commit comments

Comments
 (0)