Skip to content

Commit

Permalink
Merge pull request #3430 from asottile/allow_new_pyyaml
Browse files Browse the repository at this point in the history
Allow the brand new 3.13 release of pyyaml
  • Loading branch information
stealthycoin authored Jul 10, 2018
2 parents 2fd3821 + 9d36245 commit 6757c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ colorama>=0.2.5,<=0.3.9
mock==1.3.0
rsa>=3.1.2,<=3.5.0
wheel==0.24.0
PyYAML>=3.10,<=3.12
PyYAML>=3.10,<=3.13
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ requires-dist =
colorama>=0.2.5,<=0.3.9
docutils>=0.10
rsa>=3.1.2,<=3.5.0
PyYAML>=3.10,<=3.12
PyYAML>=3.10,<=3.13
s3transfer>=0.1.12,<0.2.0
argparse>=1.1; python_version=="2.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_version(*file_paths):
'docutils>=0.10',
'rsa>=3.1.2,<=3.5.0',
's3transfer>=0.1.12,<0.2.0',
'PyYAML>=3.10,<=3.12']
'PyYAML>=3.10,<=3.13']


if sys.version_info[:2] == (2, 6):
Expand Down

0 comments on commit 6757c1a

Please sign in to comment.