From d52426082071fc16a801a0ea3d7a6031ddaf78ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 17:22:09 +0000 Subject: [PATCH] chore(deps): update aiodns requirement from <5.0,>=4.0.0 to >=4.0.4,<5.0 Updates the requirements on [aiodns](https://github.com/aio-libs/aiodns) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiodns/releases) - [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog) - [Commits](https://github.com/aio-libs/aiodns/compare/v4.0.0...v4.0.4) --- updated-dependencies: - dependency-name: aiodns dependency-version: 4.0.4 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 cf63fef..a2a43b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp>=3.13.5,<4.0 -aiodns>=4.0.0,<5.0 +aiodns>=4.0.4,<5.0 aioping>=0.4.0,<1.0 prometheus-client>=0.25.0,<1.0 pytest-asyncio>=1.3.0