Skip to content

Commit

Permalink
Upgrade pyyaml to 6.0.1 to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Jul 27, 2023
1 parent 14d2a0d commit ce197b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/clang_tidy_review/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"PyGithub ~= 1.51",
"unidiff ~= 0.6.0",
"requests ~= 2.23",
"pyyaml ~= 5.4",
"pyyaml ~= 6.0.1",
]
keywords = ["C++", "static-analysis"]
dynamic = ["version"]
Expand Down

0 comments on commit ce197b2

Please sign in to comment.