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:
Brad Warren
2025-05-06 10:56:19 -07:00
committed by GitHub
parent 62361dac44
commit cc08242abc
25 changed files with 309 additions and 303 deletions
+3
View File
@@ -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