Upgrade PyYAML to 6.0.1 to avoid build error (#8460)

Refer: https://github.com/yaml/pyyaml/pull/702
This commit is contained in:
Dhruv Manilawala 2023-11-03 10:41:30 +05:30 committed by GitHub
parent 9f30ccc1f4
commit a08c5b7fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
PyYAML==6.0
PyYAML==6.0.1
black==23.10.0
mkdocs==1.5.0
mkdocs-material==9.1.18