Bump aiohttp-asyncmdnsresolver to 0.1.0 (#137492)

changelog: https://github.com/aio-libs/aiohttp-asyncmdnsresolver/compare/v0.0.3...v0.1.0

Switches to the new AsyncDualMDNSResolver class to which
tries via mDNS and DNS for .local domains since we have
so many different user DNS configurations to support

fixes #137479
fixes #136922
This commit is contained in:
J. Nick Koston
2025-02-05 21:04:52 -06:00
committed by GitHub
parent 38b5dff2ef
commit d1b22312ac
4 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ dependencies = [
"aiohttp==3.11.11",
"aiohttp_cors==0.7.0",
"aiohttp-fast-zlib==0.2.2",
"aiohttp-asyncmdnsresolver==0.0.3",
"aiohttp-asyncmdnsresolver==0.1.0",
"aiozoneinfo==0.2.3",
"astral==2.2",
"async-interrupt==1.2.1",