Skip to content

Commit

Permalink
Update PyYAML dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 1, 2023
1 parent a83ef9e commit f79c6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Topic :: Software Development :: Libraries",
],
python_requires='>=3.6',
install_requires=['PyYAML~=5.1', 'sortedcontainers~=2.0', 'oead~=1.1'],
install_requires=['PyYAML~=6.0', 'sortedcontainers~=2.0', 'oead~=1.1'],
entry_points = {
'console_scripts': [
'byml_to_yml = byml.byml_to_yml:main',
Expand Down

0 comments on commit f79c6b7

Please sign in to comment.