Skip to content

Commit

Permalink
Fixing pre-commit using pyyaml with broken version (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihazagar committed Jul 22, 2023
1 parent e7e8d62 commit 13bd4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
additional_dependencies:
&version_check_dependencies [
commonmark==0.9.1,
pyyaml==5.4.1,
pyyaml==6.0.1,
beautifulsoup4==4.9.3,
]

Expand Down

0 comments on commit 13bd4ff

Please sign in to comment.