Skip to content

Commit

Permalink
Update PyYAML Dependency in CI
Browse files Browse the repository at this point in the history
This version no longer installs successfully because one of its
dependencies uses a deprecated setup.cfg key.
  • Loading branch information
geedo0 committed Oct 18, 2023
1 parent 945d6b5 commit 3bbe74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/cdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"aws-cdk.aws-ecr==1.97.0",
"aws-cdk.aws-iam==1.97.0",
# PyYAML is a YAML parser and emitter for Python. Used to read build_spec.yaml.
"pyyaml==5.4",
"pyyaml==6.0.1",
# A formatter for Python code.
"yapf==0.30.0",
],
Expand Down

0 comments on commit 3bbe74f

Please sign in to comment.