mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Upgrade PyYAML
to 6.0.1
to avoid build error (#8460)
Refer: https://github.com/yaml/pyyaml/pull/702
This commit is contained in:
parent
9f30ccc1f4
commit
a08c5b7fa7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
black==23.10.0
|
||||
mkdocs==1.5.0
|
||||
git+ssh://git@github.com/astral-sh/mkdocs-material-insiders.git@38c0b8187325c3bab386b666daf3518ac036f2f4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
black==23.10.0
|
||||
mkdocs==1.5.0
|
||||
mkdocs-material==9.1.18
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue