oz123 / pytest-localftpserver

A PyTest plugin which gives you a local ftp server for your tests
Other
17 stars 9 forks source link

Update pyopenssl to 23.2.0 #255

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates PyOpenSSL from 23.1.1 to 23.2.0.

Changelog ### 23.2.0 ``` ------------------- Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Removed ``X509StoreFlags.NOTIFY_POLICY``. `1213 <https://github.com/pyca/pyopenssl/pull/1213>`_. Deprecations: ^^^^^^^^^^^^^ Changes: ^^^^^^^^ - ``cryptography`` maximum version has been increased to 41.0.x. - Invalid versions are now rejected in ``OpenSSL.crypto.X509Req.set_version``. - Added ``X509VerificationCodes`` to ``OpenSSL.SSL``. `1202 <https://github.com/pyca/pyopenssl/pull/1202>`_. ```
Links - PyPI: https://pypi.org/project/pyopenssl - Changelog: https://pyup.io/changelogs/pyopenssl/ - Homepage: https://pyopenssl.org/ - Docs: https://pythonhosted.org/pyOpenSSL/