Skip to content

Commit

Permalink
Set minimum version for PyYAML
Browse files Browse the repository at this point in the history
... in order to avoid build issues, see
yaml/pyyaml#601.
  • Loading branch information
jugmac00 committed Jul 21, 2023
1 parent cbeddad commit 0b29d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ craft-cli
craft-providers>=1.8.1 # 1.8.1 added support of bases.BuilddBaseAlias.DEVEL
launchpadlib[keyring]
pydantic
PyYAML
PyYAML>=6.0.1 # 6.0.0 is not compatible with a current cython version
python-dotenv
pluggy

0 comments on commit 0b29d3d

Please sign in to comment.