From 413ac35c0859bf9c6e1024c993c77cb980f9645e Mon Sep 17 00:00:00 2001 From: kf <14309762+koolfunky@users.noreply.github.com> Date: Thu, 19 Sep 2019 17:12:07 +0200 Subject: BF(dependencies)| Bump `text_unidecode` version (#83) 1.2 -> 1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4800173..9f49764 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url = 'https://github.com/un33k/python-slugify' author = 'Val Neekman' author_email = 'info@neekware.com' license = 'MIT' -install_requires = ['text-unidecode==1.2'] +install_requires = ['text-unidecode==1.3'] extras_require = {'unidecode': ['Unidecode==1.0.23']} classifiers = [ -- cgit v1.2.1