Skip to content

Commit 7a82916

Browse files
committed
Merge remote-tracking branch 'origin/pyyaml-5-support' into develop
2 parents 5164e68 + c583c92 commit 7a82916

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='aboutcode-toolkit',
27-
version='5.1.0',
27+
version='5.2.0',
2828
license='Apache-2.0',
2929
description=(
3030
'AboutCode-toolkit is a tool to document the provenance (origin and license) of '
@@ -74,7 +74,6 @@ def read(*names, **kwargs):
7474
"backports.csv ; python_version<'3.6'",
7575

7676
# required by saneyaml
77-
'PyYAML >= 3.11, <=3.13',
7877
'saneyaml',
7978

8079
'boolean.py >= 3.5, < 4.0',

0 commit comments

Comments
 (0)