From b5015faffef06cf4bc39309dc6cee9cf4c9fffc7 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Mon, 15 Dec 2025 12:17:49 +0100 Subject: [PATCH] Revert "Pin pycares to 4.11.0" (#159076) --- homeassistant/package_constraints.txt | 3 --- script/gen_requirements_all.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c95c850f03f..054bf1bbd6a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -223,6 +223,3 @@ gql<4.0.0 # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 - -# pycares 5.x is not yet compatible with aiodns -pycares==4.11.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e61021acc4d..cc89285302a 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -214,9 +214,6 @@ gql<4.0.0 # Pin pytest-rerunfailures to prevent accidental breaks pytest-rerunfailures==16.0.1 - -# pycares 5.x is not yet compatible with aiodns -pycares==4.11.0 """ GENERATED_MESSAGE = (