Skip to content

Commit

Permalink
Upgrade PyYAML to 6.0.1
Browse files Browse the repository at this point in the history
This fixes yaml/pyyaml#702, which was causing
errors when installing PyYAML.
  • Loading branch information
lgp171188 committed Jul 20, 2023
1 parent 7033da6 commit 6e26929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Version history
0.2.3 (unreleased)
==================

- Nothing yet.
- Upgrade ``PyYAML`` to 6.0.1 to fix https://github.com/yaml/pyyaml/issues/601,
which was causing errors during the installation of ``PyYAML``.

0.2.2 (2023-07-14)
==================
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pyparsing==3.0.9
# via httplib2
python-dotenv==1.0.0
# via -r requirements.in
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.in
# craft-cli
Expand Down

0 comments on commit 6e26929

Please sign in to comment.