Bump H11 library to support non RFC line endings (#44735)

pull/44881/head
Robert Svensson 2021-01-01 18:39:59 +01:00 committed by Franck Nijhof
parent c60390a52a
commit e781e1b26c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,9 @@ pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
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 httplib2 to protect against CVE-2020-11078
httplib2>=0.18.0

View File

@ -65,6 +65,9 @@ pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2019-11236 & CVE-2019-11324
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 httplib2 to protect against CVE-2020-11078
httplib2>=0.18.0