mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Update httpcore to prevent unhandled exception on dropped connection (#45667)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
aacf6bd100
commit
c6105900f6
@ -40,6 +40,10 @@ urllib3>=1.24.3
|
|||||||
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
|
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
|
||||||
h11>=0.12.0
|
h11>=0.12.0
|
||||||
|
|
||||||
|
# Constrain httpcore to fix exception when connection dropped
|
||||||
|
# https://github.com/encode/httpcore/issues/239
|
||||||
|
httpcore>=0.12.3
|
||||||
|
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against CVE-2020-11078
|
||||||
httplib2>=0.18.0
|
httplib2>=0.18.0
|
||||||
|
|
||||||
|
@ -68,6 +68,10 @@ urllib3>=1.24.3
|
|||||||
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
|
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
|
||||||
h11>=0.12.0
|
h11>=0.12.0
|
||||||
|
|
||||||
|
# Constrain httpcore to fix exception when connection dropped
|
||||||
|
# https://github.com/encode/httpcore/issues/239
|
||||||
|
httpcore>=0.12.3
|
||||||
|
|
||||||
# Constrain httplib2 to protect against CVE-2020-11078
|
# Constrain httplib2 to protect against CVE-2020-11078
|
||||||
httplib2>=0.18.0
|
httplib2>=0.18.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user