Skip to content

Commit a44b344

Browse files
authored
Merge pull request #511 from sahilkukreja/permit-new-pyyaml-version
allow PyYAML dependency up to 6.0
2 parents 441df98 + b15bade commit a44b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
DEPENDENCIES = ['google-auth>=1.0.0,<2.0.0',
2828
'google-auth-oauthlib>=0.0.1,<1.0.0', 'pytz>=2015.7',
29-
'PyYAML>=5.1, <6.0', 'requests>=2.0.0,<3.0.0',
29+
'PyYAML>=6.0, <7.0', 'requests>=2.0.0,<3.0.0',
3030
'xmltodict>=0.9.2,<1.0.0', 'zeep>=2.5.0']
3131

3232
# Note: Breaking change introduced in pyfakefs 3.3.

0 commit comments

Comments
 (0)