From d476e4f30ca3efadedb2e921ededa8eae37b0d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:19 +0000 Subject: [PATCH] Update aiodns requirement from >=1.1 to >=3.6.1 Updates the requirements on [aiodns](https://github.com/saghul/aiodns) to permit the latest version. - [Release notes](https://github.com/saghul/aiodns/releases) - [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog) - [Commits](https://github.com/saghul/aiodns/compare/aiodns-1.1.1...v3.6.1) --- updated-dependencies: - dependency-name: aiodns dependency-version: 3.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 711f9f14d..95da1db31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiodns>=1.1 # aiodns speeds up DNS resolving +aiodns>=3.6.1 # aiodns speeds up DNS resolving aiofile>=2.0.0 aiohttp>=3.9.4 cchardet