pythonprobr / pythonpro-website

GNU Affero General Public License v3.0
61 stars 63 forks source link

Update urllib3 to 1.26.12 #4750

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates urllib3 from 1.26.9 to 1.26.12.

Changelog ### 1.26.11 ``` ==================== * Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would raise an ``OverflowError`` on Python 3.9 and earlier. ``` ### 1.26.10 ``` ==================== * Removed support for Python 3.5 * Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. ```
Links - PyPI: https://pypi.org/project/urllib3 - Changelog: https://pyup.io/changelogs/urllib3/ - Docs: https://urllib3.readthedocs.io/
codecov[bot] commented 2 years ago

Codecov Report

Merging #4750 (820e824) into master (31546df) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4750   +/-   ##
=======================================
  Coverage   92.35%   92.35%           
=======================================
  Files         238      238           
  Lines        6739     6739           
=======================================
  Hits         6224     6224           
  Misses        515      515           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more