From 92194c93d538600fe5e1c2f46b66a223e8423a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20K=C3=A1rolyi?= Date: Sun, 14 Mar 2021 14:06:46 +0100 Subject: [PATCH] Bump idna dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36856be..e7c53ea 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( name='py3-validate-email', version='0.2.16', packages=find_packages(exclude=['tests']), - install_requires=['dnspython~=2.0', 'idna~=2.10', 'filelock~=3.0'], + install_requires=['dnspython~=2.0', 'idna~=3.0', 'filelock~=3.0'], author='László Károlyi', author_email='laszlo@karolyi.hu', description=(