Skip to content

Commit 69c7a7b

Browse files
authored
Pin pycares to 4.11.0 (home-assistant#158695)
1 parent ef30221 commit 69c7a7b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

homeassistant/package_constraints.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,6 @@ gql<4.0.0
223223

224224
# Pin pytest-rerunfailures to prevent accidental breaks
225225
pytest-rerunfailures==16.0.1
226+
227+
# pycares 5.x is not yet compatible with aiodns
228+
pycares==4.11.0

script/gen_requirements_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@
214214
215215
# Pin pytest-rerunfailures to prevent accidental breaks
216216
pytest-rerunfailures==16.0.1
217+
218+
# pycares 5.x is not yet compatible with aiodns
219+
pycares==4.11.0
217220
"""
218221

219222
GENERATED_MESSAGE = (

0 commit comments

Comments
 (0)