certbot/acme
Brad Warren cc08242abc
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
2025-05-06 10:56:19 -07:00
..
docs Bump version to 3.3.0 2025-02-11 11:58:46 -08:00
examples Feature acme cryptography 2 (#10245) 2025-04-02 10:53:47 -07:00
src/acme Catch and ignore orderNotReady response when posting a request to begin finalization and poll until ready (#10239) 2025-05-02 12:08:46 -07:00
.readthedocs.yaml Docs: Reset requirements.txt path (#9877) 2024-02-01 08:27:45 -08:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in Why do we have this? It means warnings aren't filtered in acme tests (#10267) 2025-04-25 20:53:31 +00:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py update pinned dependencies (#10278) 2025-05-06 10:56:19 -07:00

ACME protocol implementation in Python