Skip to content

Commit 7494de3

Browse files
committed
Remove PyYAML pin
Remove PyYAML pin added in #5503, that was then bumped in #5509 Restoring the version requirements to the one present when PCluster 3.0.0 was released Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent fd43522 commit 7494de3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jinja2~=3.0
2222
jmespath~=0.10
2323
jsii==1.85.0
2424
marshmallow~=3.10
25-
PyYAML==6.0.1
25+
PyYAML>=5.3.1,!=5.4
2626
tabulate>=0.8.8,<=0.8.10
2727
werkzeug~=2.0

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def readme():
2626
"setuptools",
2727
"boto3>=1.16.14",
2828
"tabulate>=0.8.8,<=0.8.10",
29-
"PyYAML==6.0.1",
29+
"PyYAML>=5.3.1,!=5.4",
3030
"jinja2~=3.0",
3131
"marshmallow~=3.10",
3232
"aws-cdk.core~=" + CDK_VERSION,

cloudformation/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cfn-flip
44
cfn-lint
55
jinja2~=3.0
66
pytest
7-
PyYAML==6.0.1
7+
PyYAML>=5.3.1,!=5.4

0 commit comments

Comments
 (0)