mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
update pinned dependencies (#10278)
this fixes the security alerts those with access can see at https://github.com/certbot/certbot/security/dependabot i based what needed to be done to drop python < 3.9.2 support on https://github.com/certbot/certbot/pull/10077 and concluded we only really needed to update `python_requires`. we could do a deprecation period for this, but i think it's not necessary. cryptography didn't (it's not even in mentioned in [their changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)) and none of the major LTS distros use python 3.9.0 or 3.9.1
This commit is contained in:
@@ -16,6 +16,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
* Deprecated ivar `alpn_selection` from `acme.crypto_util.SSLSocket`
|
||||
* Deprecated parameter `alpn_protocols` from `acme.crypto_util.probe_sni`
|
||||
* Deprecated `acme.standalone.TLSALPN01Server`
|
||||
* Dropped support for Python 3.9.0 and 3.9.1 for compatibility with newer
|
||||
versions of the cryptography Python package. Python 3.9.2+ is still
|
||||
supported.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user