mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Constrain pycountry to >=23.12.11 (#112849)
This commit is contained in:
@@ -177,6 +177,10 @@ pandas==2.1.4
|
||||
|
||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||
chacha20poly1305-reuseable>=0.12.1
|
||||
|
||||
# pycountry<23.12.11 imports setuptools at run time
|
||||
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||
pycountry>=23.12.11
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
||||
Reference in New Issue
Block a user