Skip to content

Commit

Permalink
chore: update PyYAML
Browse files Browse the repository at this point in the history
The older version seems to be causing errors in builds downstream for
plugins and deployments after the recent 6.0.1 release.

Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Jul 20, 2023
1 parent 621e4dd commit 060cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pynacl~=1.5.0
python-dateutil~=2.8.1
python-json-logger~=2.0.7
pytz~=2021.1
pyyaml~=5.4.0
pyyaml~=6.0.1
requests~=2.25.0
rlp==1.2.0
unflatten~=0.1

0 comments on commit 060cbbe

Please sign in to comment.