canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
7 stars 10 forks source link

[charm] Update dependency pyopenssl to v24 - autoclosed #387

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyopenssl (source) ^23.2.0 -> ^24.1.0 age adoption passing confidence

Release Notes

pyca/pyopenssl (pyopenssl) ### [`v24.1.0`](https://togithub.com/pyca/pyopenssl/blob/HEAD/CHANGELOG.rst#2410-2024-03-09) [Compare Source](https://togithub.com/pyca/pyopenssl/compare/24.0.0...24.1.0) Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Removed the deprecated `OpenSSL.crypto.PKCS12` and `OpenSSL.crypto.NetscapeSPKI`. `OpenSSL.crypto.PKCS12` may be replaced by the [PKCS#12](https://togithub.com/PKCS/pyopenssl/issues/12) APIs in the `cryptography` package. Deprecations: ^^^^^^^^^^^^^ Changes: ^^^^^^^^ ### [`v24.0.0`](https://togithub.com/pyca/pyopenssl/blob/HEAD/CHANGELOG.rst#2400-2024-01-22) [Compare Source](https://togithub.com/pyca/pyopenssl/compare/23.3.0...24.0.0) Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Deprecations: ^^^^^^^^^^^^^ Changes: ^^^^^^^^ - Added `OpenSSL.SSL.Connection.get_selected_srtp_profile` to determine which SRTP profile was negotiated. `#​1279 `\_. ### [`v23.3.0`](https://togithub.com/pyca/pyopenssl/blob/HEAD/CHANGELOG.rst#2330-2023-10-25) [Compare Source](https://togithub.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.loads_pkcs7` and `OpenSSL.crypto.loads_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. `#​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.

Configuration

📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.34%. Comparing base (8abb7f1) to head (50aedc4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #387 +/- ## ======================================= Coverage 66.34% 66.34% ======================================= Files 17 17 Lines 3153 3153 Branches 418 418 ======================================= Hits 2092 2092 Misses 927 927 Partials 134 134 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.