From 111d9b1cb440a4be35a450e34cf8c1e5dd0d0f5d Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 17 Feb 2026 15:07:15 -0800 Subject: [PATCH] Update certbot-apache/setup.py Co-authored-by: ohemorange --- certbot-apache/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index 43cd456a2..049e25fd3 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -3,7 +3,7 @@ from setuptools import setup version = '5.5.0.dev0' install_requires = [ - # We specify the minimum acme and certbot version as the current plugin + # We specify the minimum certbot version as the current plugin # version for simplicity. See # https://github.com/certbot/certbot/issues/8761 for more info. f'certbot[apache]>={version}',