From 5748500fd482a1a14c38bbdb5accf7c4536a4305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 14 May 2021 10:01:02 +0200 Subject: [PATCH] Bump pycares dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3082add..7b80d41 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def get_version(): license = "MIT", long_description = codecs.open("README.rst", encoding="utf-8").read(), long_description_content_type = "text/x-rst", - install_requires = ['pycares>=3.0.0', 'typing; python_version<"3.5"'], + install_requires = ['pycares>=4.0.0', 'typing; python_version<"3.5"'], packages = ['aiodns'], platforms = ["POSIX", "Microsoft Windows"], classifiers = [