We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8858418 + 649aee7 commit 0d74764Copy full SHA for 0d74764
1 file changed
setup.py
@@ -16,7 +16,7 @@
16
'thefuzz == 0.19.0',
17
'thefuzz[speedup] == 0.19.0; sys_platform != "win32"',
18
# don't depend on python-Levenshtein on Windows, as it requires Microsoft C++ Build Tools to install
19
- 'pyyaml == 5.4.1',
+ 'pyyaml == 6.0.1',
20
'pathspec == 0.9.0'
21
]
22
@@ -26,7 +26,7 @@
26
description=SHORT_DESCRIPTION,
27
long_description_content_type='text/markdown',
28
license=LICENSE,
29
- version='1.0.2',
+ version='1.0.3',
30
author=AUTHOR,
31
maintainer=MAINTAINER,
32
author_email=EMAIL,
0 commit comments