Fixing pre-commit using pyyaml with broken version (#3804)

This commit is contained in:
mihazagar 2023-07-22 20:12:37 +02:00 committed by GitHub
parent e7e8d6287b
commit 13bd4fffae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ repos:
additional_dependencies: additional_dependencies:
&version_check_dependencies [ &version_check_dependencies [
commonmark==0.9.1, commonmark==0.9.1,
pyyaml==5.4.1, pyyaml==6.0.1,
beautifulsoup4==4.9.3, beautifulsoup4==4.9.3,
] ]