From fbd4bd68329f303e19d26a2020f1f2ad85136c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:28:44 +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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8373ef95d..87fe79e95 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,7 @@ sortedcontainers = ">=1.5.9" websockets = ">=7.0" "yapic.json" = ">=1.4.3" # fast, drop-in replacement of the built-in python.json # --- Optional packages to speed-up Cryptofeed ----------------------------------------------- -aiodns = ">=1.1" # aiodns speeds up DNS resolving +aiodns = ">=3.6.1" # aiodns speeds up DNS resolving cchardet = "*" # cchardet is a faster replacement for chardet # --- Optional dependencies ------------------------------------------------------------------ aiofile = ">=2.0.0" # used by util/async_file.py