oz123 / pytest-localftpserver

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

Update pyopenssl to 24.1.0 #314

Open pyup-bot opened 4 months ago

pyup-bot commented 4 months ago

This PR updates PyOpenSSL from 24.0.0 to 24.1.0.

Changelog ### 24.1.0 ``` ------------------- Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Removed the deprecated ``OpenSSL.crypto.PKCS12`` and ``OpenSSL.crypto.NetscapeSPKI``. ``OpenSSL.crypto.PKCS12`` may be replaced by the PKCS12 APIs in the ``cryptography`` package. Deprecations: ^^^^^^^^^^^^^ Changes: ^^^^^^^^ ```
Links - PyPI: https://pypi.org/project/pyopenssl - Changelog: https://data.safetycli.com/changelogs/pyopenssl/ - Homepage: https://pyopenssl.org/ - Docs: https://pythonhosted.org/pyOpenSSL/