Skip to content

Commit 0d74764

Browse files
authored
Merge pull request #10 from XDanielPaul/master
Update pyyaml version to the most recent one
2 parents 8858418 + 649aee7 commit 0d74764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'thefuzz == 0.19.0',
1717
'thefuzz[speedup] == 0.19.0; sys_platform != "win32"',
1818
# don't depend on python-Levenshtein on Windows, as it requires Microsoft C++ Build Tools to install
19-
'pyyaml == 5.4.1',
19+
'pyyaml == 6.0.1',
2020
'pathspec == 0.9.0'
2121
]
2222

@@ -26,7 +26,7 @@
2626
description=SHORT_DESCRIPTION,
2727
long_description_content_type='text/markdown',
2828
license=LICENSE,
29-
version='1.0.2',
29+
version='1.0.3',
3030
author=AUTHOR,
3131
maintainer=MAINTAINER,
3232
author_email=EMAIL,

0 commit comments

Comments
 (0)