diff --git a/Python/requirements.txt b/Python/requirements.txt index ecd0b0c..c773c51 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -1 +1 @@ -dnspython >= 2.2.1,< 2.7.0 +dnspython >= 2.2.1,< 2.8.0 diff --git a/Python/setup.cfg b/Python/setup.cfg index 91dd696..17f4c85 100644 --- a/Python/setup.cfg +++ b/Python/setup.cfg @@ -20,4 +20,4 @@ classifiers = packages = find: python_requires = >=3.6 install_requires = - dnspython >= 2.2.1,< 2.7.0 + dnspython >= 2.2.1,< 2.8.0