-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Python dependencies (major) #32
base: 6/edge
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6/edge #32 +/- ##
=======================================
Coverage 76.24% 76.24%
=======================================
Files 3 3
Lines 341 341
=======================================
Hits 260 260
Misses 81 81 ☔ View full report in Codecov by Sentry. |
392092c
to
98101ab
Compare
4f11890
to
4c15135
Compare
4c15135
to
49d7bb5
Compare
17857d4
to
ddea1ba
Compare
ddea1ba
to
c48e65a
Compare
c48e65a
to
db9fe53
Compare
6c0bfcd
to
70b4edd
Compare
600bcc6
to
ccd96a2
Compare
cb5f5e8
to
57be347
Compare
97dc1cd
to
fbf8f0e
Compare
fbf8f0e
to
abbea9b
Compare
abbea9b
to
e59e6f5
Compare
e59e6f5
to
b603686
Compare
b603686
to
e2af4a6
Compare
e2af4a6
to
081680b
Compare
081680b
to
d5cd79c
Compare
d5cd79c
to
da608d6
Compare
|
This PR contains the following updates:
^24.2.1
->^25.0.0
^8.2.3
->^9.0.0
Release Notes
pyca/pyopenssl (pyOpenSSL)
v25.0.0
Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
Context.set_alpn_select_callback
,Context.set_session_cache_mode
,Context.set_options
,Context.set_mode
,X509.subject_name_hash
, andX509Store.load_locations
.warnings.deprecated
.mypy
will emit deprecation notices for them when used with--enable-error-code deprecated
.v24.3.0
Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OpenSSL.crypto.CRL
,OpenSSL.crypto.Revoked
,OpenSSL.crypto.dump_crl
, andOpenSSL.crypto.load_crl
.cryptography.x509
's CRL functionality should be used instead.OpenSSL.crypto.sign
andOpenSSL.crypto.verify
.cryptography.hazmat.primitives.asymmetric
's signature APIs should be used instead.Deprecations:
^^^^^^^^^^^^^
OpenSSL.rand
- callers should useos.urandom()
instead.add_extensions
andget_extensions
onOpenSSL.crypto.X509Req
andOpenSSL.crypto.X509
. These should have been deprecated at the same timeX509Extension
was. Users should use pyca/cryptography's X.509 APIs instead.OpenSSL.crypto.get_elliptic_curves
andOpenSSL.crypto.get_elliptic_curve
, as well as passing the reult of them toOpenSSL.SSL.Context.set_tmp_ecdh
, users should instead pass curves fromcryptography
.X509
objects toOpenSSL.SSL.Context.use_certificate
,OpenSSL.SSL.Connection.use_certificate
,OpenSSL.SSL.Context.add_extra_chain_cert
, andOpenSSL.SSL.Context.add_client_ca
, users should instead passcryptography.x509.Certificate
instances. This is in preparation for deprecating pyOpenSSL'sX509
entirely.PKey
objects toOpenSSL.SSL.Context.use_privatekey
andOpenSSL.SSL.Connection.use_privatekey
, users should instead passcryptography
priate key instances. This is in preparation for deprecating pyOpenSSL'sPKey
entirely.Changes:
^^^^^^^^
cryptography
maximum version has been increased to 44.0.x.OpenSSL.SSL.Connection.get_certificate
,OpenSSL.SSL.Connection.get_peer_certificate
,OpenSSL.SSL.Connection.get_peer_cert_chain
, andOpenSSL.SSL.Connection.get_verified_chain
now take anas_cryptography
keyword-argument. WhenTrue
is passed thencryptography.x509.Certificate
are returned, instead ofOpenSSL.crypto.X509
. In the future, passingFalse
(the default) will be deprecated.jd/tenacity (tenacity)
v9.0.0
: tenacity 9.0.0Compare Source
What's Changed
min
argument forwait_random_exponential
by @yxtay in https://github.com/jd/tenacity/pull/425Full Changelog: jd/tenacity@8.5.0...9.0.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.