Skip to content

Commit b732baf

Browse files
committed
Upgrade PyYAML to 6.0.1
This was causing install issues with newer versions of Python / setuptools; see yaml/pyyaml#723. Thanks to Rui Chen <[email protected]> for reporting this issue in #340.
1 parent 81d4a43 commit b732baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/pyyaml

Submodule pyyaml updated 108 files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def find_version(*file_paths):
5252
"wheel>=0.31.0",
5353
],
5454
install_requires=[
55-
"PyYAML>=5.3,<6",
55+
"PyYAML>=6.0.1,<7",
5656
],
5757
extras_require={
5858
"dev": {

0 commit comments

Comments
 (0)