From 2735fce1853bf2704d46dd97e37df17aec683e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:39:50 +0000 Subject: [PATCH] chore(deps): update pycares requirement Updates the requirements on [pycares](https://github.com/saghul/pycares) to permit the latest version. - [Release notes](https://github.com/saghul/pycares/releases) - [Changelog](https://github.com/saghul/pycares/blob/master/ChangeLog) - [Commits](https://github.com/saghul/pycares/compare/pycares-4.0.0...v5.0.1) --- updated-dependencies: - dependency-name: pycares dependency-version: 5.0.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 5e68634..fdd069f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pip>=26.1,<27.0 ruff>=0.15.12,<=0.20 colorlog>=6.0.0,<7.0.0 aiodns>=3.5.0 -pycares>=4.0.0,<6.0.0 +pycares>=5.0.1,<6.0.0 homeassistant==2025.12.5 pytest>=9.0.0,<10.0.0 pytest-aiohttp>=1.1.0,<2.0.0