Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scheduler/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certbot==5.4.0
certbot==5.5.0

# Official certbot plugins
certbot-dns-cloudflare==5.4.0
Expand Down
30 changes: 15 additions & 15 deletions src/scheduler/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in
#
acme==5.4.0 \
--hash=sha256:906e6cca7f58b5526c0ddfe3d71a7a41f8fa10acf3b083dd35cf619b5b015ca8 \
--hash=sha256:e05c50f64958fe26475df21e3a18949993eff9d68a7e771f215c56b83e9e66cc
acme==5.5.0 \
--hash=sha256:0c237fe013a5406e9ea8b8bb04d6b753a0ed30005df1315175cb99d9c8f2248d \
--hash=sha256:4a7f653952300053765c92359575992bc644f6253f4c95ff197681b2830d971e
# via
# certbot
# certbot-dns-bunny
Expand Down Expand Up @@ -54,9 +54,9 @@ botocore==1.42.77 \
# via
# boto3
# s3transfer
certbot==5.4.0 \
--hash=sha256:2306d99ad7bf6f17858a95526a7f096a47fe9be0bd603b0434febf93ecf913a3 \
--hash=sha256:c0757fbc82aec597072219ce05c559f3bd2e20e9e96a54a5286f297e639fb91b
certbot==5.5.0 \
--hash=sha256:921acc125fdaf3efa91b057cf5d6fcbb44d9bd511de8f9febd1260847cd40ae0 \
--hash=sha256:c72c813c4c8646a9658bc7a9530c757c76067503fa2f5d7eb12027e8bbf798d7
# via
# -r requirements.in
# certbot-dns-bunny
Expand Down Expand Up @@ -1016,15 +1016,6 @@ s3transfer==0.16.0 \
schedule==1.2.2 \
--hash=sha256:15fe9c75fe5fd9b9627f3f19cc0ef1420508f9f9a46f45cd0769ef75ede5f0b7 \
--hash=sha256:5bef4a2a0183abf44046ae0d164cadcac21b1db011bdd8102e4a0c1e91e06a7d
# via
# certbot-dns-cloudns
# certbot-dns-domainoffensive
# certbot-dns-domeneshop

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.10.2 \
--hash=sha256:8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70 \
--hash=sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173
# via -r requirements.in
six==1.17.0 \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
Expand Down Expand Up @@ -1101,6 +1092,15 @@ zope-interface==8.2 \
--hash=sha256:dfc4f44e8de2ff4eba20af4f0a3ca42d3c43ab24a08e49ccd8558b7a4185b466 \
--hash=sha256:f777e68c76208503609c83ca021a6864902b646530a1a39abb9ed310d1100664
# via
# certbot-dns-cloudns
# certbot-dns-domainoffensive
# certbot-dns-domeneshop

# The following packages are considered to be unsafe in a requirements file:
setuptools==80.10.2 \
--hash=sha256:8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70 \
--hash=sha256:95b30ddfb717250edb492926c92b5221f7ef3fbcc2b07579bcd4a27da21d0173
# via
# -r requirements.in
# certbot-dns-bunny
# certbot-dns-desec
Expand Down