Skip to content

Commit

Permalink
Merge pull request #5887 from dcarley/dcarley/pyyaml54
Browse files Browse the repository at this point in the history
Allow PyYAML 5.4.x
  • Loading branch information
kyleknap authored Feb 19, 2021
2 parents 9e51945 + a62b73b commit afadc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-dist =
botocore==1.20.11
docutils>=0.10,<0.16
s3transfer>=0.3.0,<0.4.0
PyYAML>=3.10,<5.4
PyYAML>=3.10,<5.5
colorama>=0.2.5,<0.4.4
rsa>=3.1.2,<=4.5.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def find_version(*file_paths):
'botocore==1.20.11',
'docutils>=0.10,<0.16',
's3transfer>=0.3.0,<0.4.0',
'PyYAML>=3.10,<5.4',
'PyYAML>=3.10,<5.5',
'colorama>=0.2.5,<0.4.4',
'rsa>=3.1.2,<=4.5.0',
]
Expand Down

0 comments on commit afadc66

Please sign in to comment.