Skip to content

Commit 2c8b0f7

Browse files
Update dependency pyOpenSSL to v23.3.0 (#1950)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyOpenSSL](https://pyopenssl.org/) ([source](https://redirect.github.com/pyca/pyopenssl)) | minor | `==23.2.0` -> `==23.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pyca/pyopenssl (pyOpenSSL)</summary> ### [`v23.3.0`](https://redirect.github.com/pyca/pyopenssl/blob/HEAD/CHANGELOG.rst#2330-2023-10-25) [Compare Source](https://redirect.github.com/pyca/pyopenssl/compare/23.2.0...23.3.0) Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Dropped support for Python 3.6. - The minimum `cryptography` version is now 41.0.5. - Removed `OpenSSL.crypto.load_pkcs7` and `OpenSSL.crypto.load_pkcs12` which had been deprecated for 3 years. - Added `OpenSSL.SSL.OP_LEGACY_SERVER_CONNECT` to allow legacy insecure renegotiation between OpenSSL and unpatched servers. `#&#8203;1234 <https://github.com/pyca/pyopenssl/pull/1234>`\_. Deprecations: ^^^^^^^^^^^^^ - Deprecated `OpenSSL.crypto.PKCS12` (which was intended to have been deprecated at the same time as `OpenSSL.crypto.load_pkcs12`). - Deprecated `OpenSSL.crypto.NetscapeSPKI`. - Deprecated `OpenSSL.crypto.CRL` - Deprecated `OpenSSL.crypto.Revoked` - Deprecated `OpenSSL.crypto.load_crl` and `OpenSSL.crypto.dump_crl` - Deprecated `OpenSSL.crypto.sign` and `OpenSSL.crypto.verify` - Deprecated `OpenSSL.crypto.X509Extension` Changes: ^^^^^^^^ - Changed `OpenSSL.crypto.X509Store.add_crl` to also accept `cryptography`'s `x509.CertificateRevocationList` arguments in addition to the now deprecated `OpenSSL.crypto.CRL` arguments. - Fixed `test_set_default_verify_paths` test so that it is skipped if no network connection is available. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 1aed635 commit 2c8b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-py-oidc-provider-pulumi-cloud/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ charset-normalizer==3.4.1
66
cryptography==44.0.1
77
idna==3.10
88
pycparser==2.22
9-
pyOpenSSL==23.2.0
9+
pyOpenSSL==23.3.0
1010
requests==2.32.3
1111
pulumi-tls>=5.0.0,<6.0.0
1212
urllib3==2.3.0

0 commit comments

Comments
 (0)