Skip to content

Commit

Permalink
Updating Pyyaml Dependency (#1746)
Browse files Browse the repository at this point in the history
### Description of changes: 
updating the pyyaml dependency from 6.0 to 6.0.1. Pyyaml 6.0 does not
work with Python 3.12 and we should be able to support it:
yaml/pyyaml#756


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
  • Loading branch information
smittals2 authored Aug 8, 2024
1 parent bf1556b commit 8d5e8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aws-cdk-lib==2.74.0",
"constructs==10.1.314",
# PyYAML is a YAML parser and emitter for Python. Used to read build_spec.yaml.
"pyyaml==6.0",
"pyyaml==6.0.1",
# A formatter for Python code.
"yapf==0.30.0",
# Introduced by benchmark framework.
Expand Down

0 comments on commit 8d5e8c1

Please sign in to comment.