mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Constrain pycountry to >=23.12.11 (#112849)
This commit is contained in:
parent
abc5d6a1b4
commit
f3984a9d3e
@ -183,3 +183,7 @@ pandas==2.1.4
|
|||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||||
chacha20poly1305-reuseable>=0.12.1
|
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
|
||||||
|
@ -177,6 +177,10 @@ pandas==2.1.4
|
|||||||
|
|
||||||
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
# chacha20poly1305-reuseable==0.12.0 is incompatible with cryptography==42.0.x
|
||||||
chacha20poly1305-reuseable>=0.12.1
|
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 = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user