mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add constraint for tuf (#116627)
This commit is contained in:
parent
a2bd045c9d
commit
1ec7a515d2
@ -192,3 +192,8 @@ pycountry>=23.12.11
|
|||||||
|
|
||||||
# scapy<2.5.0 will not work with python3.12
|
# scapy<2.5.0 will not work with python3.12
|
||||||
scapy>=2.5.0
|
scapy>=2.5.0
|
||||||
|
|
||||||
|
# tuf isn't updated to deal with breaking changes in securesystemslib==1.0.
|
||||||
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
|
tuf>=4.0.0
|
||||||
|
@ -214,6 +214,11 @@ pycountry>=23.12.11
|
|||||||
|
|
||||||
# scapy<2.5.0 will not work with python3.12
|
# scapy<2.5.0 will not work with python3.12
|
||||||
scapy>=2.5.0
|
scapy>=2.5.0
|
||||||
|
|
||||||
|
# tuf isn't updated to deal with breaking changes in securesystemslib==1.0.
|
||||||
|
# Only tuf>=4 includes a constraint to <1.0.
|
||||||
|
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
|
||||||
|
tuf>=4.0.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user