Skip to content

Commit

Permalink
Add support for PyYAML 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Jul 17, 2023
1 parent 6f5aefc commit 1b85174
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-dependency-21293.json
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "dependency",
"description": "Support PyYAML 6.0"
}
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -6,7 +6,7 @@ requires_dist =
botocore==1.31.3
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
PyYAML>=3.10,<6.1
colorama>=0.2.5,<0.4.5
rsa>=3.1.2,<4.8

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def find_version(*file_paths):
'botocore==1.31.3',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.5',
'rsa>=3.1.2,<4.8',
]
Expand Down

0 comments on commit 1b85174

Please sign in to comment.