diff --git a/pyproject.toml b/pyproject.toml index b4d393b..8bf79d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ 'packaging', 'cryptography', 'tld', - 'dnspython >= 2.5', + 'dnspython >= 2.7', 'tomli >= 1.1.0 ; python_version < "3.11"' ]