Avoid insecure pycryptodome (#16238)
This commit is contained in:
parent
67df162bcc
commit
12709ceaa3
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ pyyaml>=3.13,<4
|
|||
requests==2.19.1
|
||||
voluptuous==0.11.5
|
||||
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||
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__),
|
||||
'../homeassistant/package_constraints.txt')
|
||||
CONSTRAINT_BASE = """
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
# Breaks Python 3.6 and is not needed for our supported Python versions
|
||||
enum34==1000000000.0.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue