From 416c8863335afd321675caa07d13daca42ec2665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:50:08 +0000 Subject: [PATCH] chore(deps): update aiodns requirement from >=3.5.0 to >=4.0.3 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/v3.5.0...v4.0.3) --- updated-dependencies: - dependency-name: aiodns dependency-version: 4.0.3 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 5e68634..45b5aa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip>=26.1,<27.0 ruff>=0.15.12,<=0.20 colorlog>=6.0.0,<7.0.0 -aiodns>=3.5.0 +aiodns>=4.0.3 pycares>=4.0.0,<6.0.0 homeassistant==2025.12.5 pytest>=9.0.0,<10.0.0