mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Avoid insecure pycryptodome (#16238)
This commit is contained in:
parent
67df162bcc
commit
12709ceaa3
@ -13,6 +13,8 @@ pyyaml>=3.13,<4
|
|||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
voluptuous==0.11.5
|
voluptuous==0.11.5
|
||||||
|
|
||||||
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||||
enum34==1000000000.0.0
|
enum34==1000000000.0.0
|
||||||
|
|
||||||
|
@ -124,6 +124,8 @@ URL_PIN = ('https://home-assistant.io/developers/code_review_platform/'
|
|||||||
CONSTRAINT_PATH = os.path.join(os.path.dirname(__file__),
|
CONSTRAINT_PATH = os.path.join(os.path.dirname(__file__),
|
||||||
'../homeassistant/package_constraints.txt')
|
'../homeassistant/package_constraints.txt')
|
||||||
CONSTRAINT_BASE = """
|
CONSTRAINT_BASE = """
|
||||||
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||||
enum34==1000000000.0.0
|
enum34==1000000000.0.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user