From: Bob Halley Date: Tue, 16 Jun 2026 23:34:56 +0000 (-0700) Subject: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fdnspython.git fix typo --- diff --git a/pyproject.toml b/pyproject.toml index e68bd003..ad24abec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ty>=0.0.14", ] dnssec = ["cryptography>=46"] -doh = ["httpcore22>=2.4", "httpx2>=2.4", "h2>=4.3.0"] +doh = ["httpcore2>=2.4", "httpx2>=2.4", "h2>=4.3.0"] doq = ["aioquic>=1.3.0"] idna = ["idna>=3.11"] trio = ["trio>=0.30"]