mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add minimal version contrain to urllib3 (#32031)
This commit is contained in:
parent
b2f2afaf0c
commit
bf1092ec80
@ -28,6 +28,9 @@ zeroconf==0.24.4
|
|||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
|
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
|
||||||
|
urllib3>=1.24.3
|
||||||
|
|
||||||
# Not needed for our supported Python versions
|
# Not needed for our supported Python versions
|
||||||
enum34==1000000000.0.0
|
enum34==1000000000.0.0
|
||||||
|
|
||||||
|
@ -58,6 +58,9 @@ CONSTRAINT_PATH = os.path.join(
|
|||||||
CONSTRAINT_BASE = """
|
CONSTRAINT_BASE = """
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
|
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
|
||||||
|
urllib3>=1.24.3
|
||||||
|
|
||||||
# Not needed for our supported Python versions
|
# Not needed for our supported Python versions
|
||||||
enum34==1000000000.0.0
|
enum34==1000000000.0.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user