Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Update urllib3 to 1.25#339

Merged
fkztw merged 1 commit into
masterfrom
pyup-update-urllib3-1.24.2-to-1.25
Apr 22, 2019
Merged

Update urllib3 to 1.25#339
fkztw merged 1 commit into
masterfrom
pyup-update-urllib3-1.24.2-to-1.25

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR updates urllib3 from 1.24.2 to 1.25.

Changelog

1.25

-----------------

* Require and validate certificates by default when using HTTPS (Pull 1507)

* Upgraded ``urllib3.utils.parse_url()`` to be RFC 3986 compliant. (Pull 1487)

* Added support for ``key_password`` for ``HTTPSConnectionPool`` to use
encrypted ``key_file`` without creating your own ``SSLContext`` object. (Pull 1489)

* Add TLSv1.3 support to CPython, pyOpenSSL, and SecureTransport ``SSLContext``
implementations. (Pull 1496)

* Switched the default multipart header encoder from RFC 2231 to HTML 5 working draft. (Issue 303, PR 1492)

* Fixed issue where OpenSSL would block if an encrypted client private key was
given and no password was given. Instead an ``SSLError`` is raised. (Pull 1489)

* Added support for Brotli content encoding. It is enabled automatically if
``brotlipy`` package is installed which can be requested with
``urllib3[brotli]`` extra. (Pull 1532)

* Drop ciphers using DSS key exchange from default TLS cipher suites.
Improve default ciphers when using SecureTransport. (Pull 1496)

* Implemented a more efficient ``HTTPResponse.__iter__()`` method. (Issue 1483)
Links

@coveralls

coveralls commented Apr 22, 2019

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.06%) to 84.955% when pulling 28c6fe5 on pyup-update-urllib3-1.24.2-to-1.25 into 7d1652f on master.

@fkztw fkztw merged commit 8556392 into master Apr 22, 2019
@fkztw fkztw deleted the pyup-update-urllib3-1.24.2-to-1.25 branch April 22, 2019 23:00
fkztw pushed a commit that referenced this pull request Jun 17, 2019
The last version which supports Python 3.4.

CHANGE LOG:

Dependencies:
824b95d Update certifi to 2019.6.16 (#356)
1353415 Update pytest to 4.6.3 (#355)
03e4259 Update peewee to 3.9.6 (#354)
e88766b Update pluggy to 0.12.0 (#351)
0b72373 Update urllib3 to 1.25.3 (#350)
15796cd Update pytest to 4.5.0 (#348)
b362e67 Update pytest to 4.4.2 (#347)
db31f9f Update pluggy to 0.11.0 (#346)
5711ef3 Update pytest-cov to 2.7.1 (#345)
ef1eb2c Update urllib3 to 1.25.2 (#344)
4dad9ef Update peewee to 3.9.5 (#341)
a54cb77 Update urllib3 to 1.25.1 (#340)
8556392 Update urllib3 to 1.25 (#339)
7d1652f Update urllib3 to 1.24.2 (#338)
4fe6dec Update pytest to 4.4.1 (#337)
5eeecaa Update peewee to 3.9.4 (#336)

CI:
593d431 [CircleCI] Install requirements.txt before requirements-test.txt
731088b Update Pipfile.lock
4147d33 [PyUp] No need to watch Pipfile.lock
060b524 [CircleCI] update the cache name for save_cache and restore_cache
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants