From 8d5e8c15a332c0c2ba48e56c714970686f95f898 Mon Sep 17 00:00:00 2001 From: Shubham Mittal <107728331+smittals2@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:07:51 -0700 Subject: [PATCH] Updating Pyyaml Dependency (#1746) ### 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: https://github.com/yaml/pyyaml/issues/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. --- tests/ci/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/setup.py b/tests/ci/setup.py index f339245627..90a72de56e 100644 --- a/tests/ci/setup.py +++ b/tests/ci/setup.py @@ -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.