mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add urllib3<2 package constraint (#97339)
This commit is contained in:
parent
737ac8c600
commit
af286a8feb
@ -59,7 +59,9 @@ zeroconf==0.71.4
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
||||
urllib3>=1.26.5
|
||||
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
|
||||
# https://github.com/home-assistant/core/issues/97248
|
||||
urllib3>=1.26.5,<2
|
||||
|
||||
# Constrain httplib2 to protect against GHSA-93xj-8mrv-444m
|
||||
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||
|
@ -61,7 +61,9 @@ CONSTRAINT_BASE = """
|
||||
pycryptodome>=3.6.6
|
||||
|
||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
||||
urllib3>=1.26.5
|
||||
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
|
||||
# https://github.com/home-assistant/core/issues/97248
|
||||
urllib3>=1.26.5,<2
|
||||
|
||||
# Constrain httplib2 to protect against GHSA-93xj-8mrv-444m
|
||||
# https://github.com/advisories/GHSA-93xj-8mrv-444m
|
||||
|
Loading…
x
Reference in New Issue
Block a user