Skip to content

Commit 01c0cff

Browse files
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](certbot/certbot@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] <support@github.com>
1 parent 303ee6e commit 01c0cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ requires-python = "<4.0, >=3.10"
6666

6767
# 2: Required dependencies.
6868
dependencies = [
69-
"certbot <4.0, >=3.2.0",
69+
"certbot >=3.2.0, <5.0",
7070
"dnspython <3.0, >=2.7.0",
7171
"gssapi <2.0, >=1.8.0",
7272
"humanfriendly <11.0, >=10.0",

0 commit comments

Comments
 (0)