1
0
mirror of https://github.com/home-assistant/core synced 2024-07-08 20:17:01 +00:00

Constrain dacite to at least 1.7.0 (#105709)

This commit is contained in:
Luke Lashley 2024-01-01 23:00:17 -05:00 committed by GitHub
parent 370345ce2b
commit cc18b9a2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -189,3 +189,7 @@ charset-normalizer==3.2.0
# lxml 5.0.0 currently does not build on alpine 3.18
# https://bugs.launchpad.net/lxml/+bug/2047718
lxml==4.9.4
# dacite: Ensure we have a version that is able to handle type unions for
# Roborock, NAM, Brother, and GIOS.
dacite>=1.7.0

View File

@ -183,6 +183,10 @@ charset-normalizer==3.2.0
# lxml 5.0.0 currently does not build on alpine 3.18
# https://bugs.launchpad.net/lxml/+bug/2047718
lxml==4.9.4
# dacite: Ensure we have a version that is able to handle type unions for
# Roborock, NAM, Brother, and GIOS.
dacite>=1.7.0
"""
GENERATED_MESSAGE = (