From 01c0cff196592af5d8664fd991ff3680a5565669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 11:57:01 +0000 Subject: [PATCH] build(deps): update certbot requirement in the updates group Updates the requirements on [certbot](https://github.com/certbot/certbot) to permit the latest version. Updates `certbot` to 4.0.0 - [Release notes](https://github.com/certbot/certbot/releases) - [Commits](https://github.com/certbot/certbot/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: certbot dependency-version: 4.0.0 dependency-type: direct:production dependency-group: updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ee8ff3..6e1c29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ requires-python = "<4.0, >=3.10" # 2: Required dependencies. dependencies = [ - "certbot <4.0, >=3.2.0", + "certbot >=3.2.0, <5.0", "dnspython <3.0, >=2.7.0", "gssapi <2.0, >=1.8.0", "humanfriendly <11.0, >=10.0",