Skip to content

Commit

Permalink
Pin PyYAML to version 5.3.1
Browse files Browse the repository at this point in the history
Temporary workaround for issue in PyYAML 5.4.1.
See yaml/pyyaml#724

Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
  • Loading branch information
jdeamicis committed Jul 18, 2023
1 parent aa30883 commit 7449e3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/requirements.txt
Expand Up @@ -21,6 +21,6 @@ flask>=2.2.5,==2.2.*
jinja2~=3.0
jmespath~=0.10
marshmallow~=3.10
PyYAML~=5.3
PyYAML==5.3.1
tabulate>=0.8.8,<=0.8.10
werkzeug~=2.0
2 changes: 1 addition & 1 deletion cli/setup.py
Expand Up @@ -26,7 +26,7 @@ def readme():
"setuptools",
"boto3>=1.16.14",
"tabulate>=0.8.8,<=0.8.10",
"PyYAML~=5.3",
"PyYAML==5.3.1",
"jinja2~=3.0",
"marshmallow~=3.10",
"aws-cdk.core~=" + CDK_VERSION,
Expand Down
10 changes: 5 additions & 5 deletions cloudformation/tests/requirements.txt
@@ -1,7 +1,7 @@
pytest
jinja2~=3.0
cfn-lint
cfn-flip
assertpy
boto3
PyYAML~=5.3
cfn-flip
cfn-lint
jinja2~=3.0
pytest
PyYAML==5.3.1

0 comments on commit 7449e3c

Please sign in to comment.