From 5b37cf5701657358006a9195fee93d8075628486 Mon Sep 17 00:00:00 2001 From: URenko <18209292+URenko@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:16:57 +0000 Subject: [PATCH] fix hosts for DoH ( #156 ) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4987664..f991ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ 'packaging', 'cryptography', 'tld', - 'dnspython >= 2.4', + 'dnspython >= 2.5', 'tomli >= 1.1.0 ; python_version < "3.11"' ] diff --git a/requirements.txt b/requirements.txt index a9d20b7..67df081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ packaging cryptography tld -dnspython >= 2.4 +dnspython >= 2.5 tomli >= 1.1.0 ; python_version < "3.11"