Update httpcore to prevent unhandled exception on dropped connection (#45667)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
J. Nick Koston
2021-01-29 02:11:24 -06:00
committed by GitHub
parent aacf6bd100
commit c6105900f6
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,10 @@ urllib3>=1.24.3
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
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
httplib2>=0.18.0

View File

@@ -68,6 +68,10 @@ urllib3>=1.24.3
# Constrain H11 to ensure we get a new enough version to support non-rfc line endings
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
httplib2>=0.18.0