chore(api): update dependency service-identity to v24 (develop)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| service-identity (changelog) | dependencies | major |
==21.1.0 -> ==24.1.0
|
Release Notes
pyca/service-identity (service-identity)
v24.1.0
Changed
- If a certificate doesn't contain any
subjectAltNames, we now raiseservice_identity.CertificateErrorinstead ofservice_identity.VerificationErrorto make the problem easier to debug. #67
v23.1.0
Removed
- All Python versions up to and including 3.7 have been dropped.
- Support for
commonNamein certificates has been dropped. It has been deprecated since 2017 and isn't supported by any major browser. - The oldest supported pyOpenSSL version (when using the
pyopensslbackend) is now 17.0.0. When using such an old pyOpenSSL version, you have to pin cryptography yourself to ensure compatibility between them. Please check outconstraints/oldest-pyopenssl.txtto verify what we are testing against.
Deprecated
- If you've used
service_identity.(cryptography|pyopenssl).extract_ids(), please switch to the new namesextract_patterns(). #56
Added
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.