PabloCastellano / bormeparser

A Python library for parsing BORME files (Boletín Oficial del Registro Mercantil in Spain).
GNU General Public License v3.0
47 stars 20 forks source link

Update requests to 2.21.0 #22

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates requests from 2.19.1 to 2.21.0.

Changelog ### 2.21.0 ``` ------------------- **Dependencies** - Requests now supports idna v2.8. ``` ### 2.20.1 ``` ------------------- **Bugfixes** - Fixed bug with unintended Authorization header stripping for redirects using default ports (http/80, https/443). ``` ### 2.20.0 ``` ------------------- **Bugfixes** - Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). - Fixed exception leak where certain redirect urls would raise uncaught urllib3 exceptions. - Requests removes Authorization header from requests redirected from https to http on the same hostname. (CVE-2018-18074) - `should_bypass_proxies` now handles URIs without hostnames (e.g. files). **Dependencies** - Requests now supports urllib3 v1.24. **Deprecations** - Requests has officially stopped support for Python 2.6. ```
Links - PyPI: https://pypi.org/project/requests - Changelog: https://pyup.io/changelogs/requests/ - Homepage: http://python-requests.org
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 80.112% when pulling 3a23e8e4074390a4440cbf647a23287c6f59d4ff on pyup-update-requests-2.19.1-to-2.21.0 into 223b464f0bf0881b80dd30cc5cc37b3146a7277e on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 80.112% when pulling 3a23e8e4074390a4440cbf647a23287c6f59d4ff on pyup-update-requests-2.19.1-to-2.21.0 into 223b464f0bf0881b80dd30cc5cc37b3146a7277e on master.