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.6.0
certbot==5.7.0

# Official certbot plugins
certbot-dns-cloudflare==5.6.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.6.0 \
--hash=sha256:23f706ef1c437fc743b2f90704b97f263a56d83198b3af1c25c7dd42c4b463e4 \
--hash=sha256:fbf7ee8880485f2339942a2eff9a87deb79b74a8dcac4a572c08e7e640f046cd
acme==5.7.0 \
--hash=sha256:4be4fe6cf3809c3988d75fa1213ce8e784d9d5d8380cac63c2dca555e105653d \
--hash=sha256:a736f88e975f0ebe8c6fcabd3db164d1071b4f9e1a56d1319a9f6997e0a64a0a
# via
# certbot
# certbot-dns-bunny
Expand Down Expand Up @@ -54,9 +54,9 @@ botocore==1.43.48 \
# via
# boto3
# s3transfer
certbot==5.6.0 \
--hash=sha256:81ea876500ba60022a98a3e92fe4230088c7792b9d375357bb23c58741d2b0da \
--hash=sha256:89052854e28cd2fcac72a8857aad6dfc6b02ba992f4b8f255062fe29c8aed3ee
certbot==5.7.0 \
--hash=sha256:7e5e8f023c5eb4753f4b74f97c26ddd57e43493e82b76eeefb741c120a7d49b6 \
--hash=sha256:c896a0aa3fe1fa1e344002d4a24a5934889a88b8759f41a22b4dcfe5a8e27b94
# via
# -r requirements.in
# certbot-dns-bunny
Expand Down Expand Up @@ -1015,15 +1015,6 @@ s3transfer==0.19.1 \
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 @@ -1117,6 +1108,15 @@ zope-interface==8.5 \
--hash=sha256:f0b48ccadaa9839e09ff81e969703cecb3f402c813bfe8b958652e699bea69f5 \
--hash=sha256:ffaecf013251a89d0de6feb49a46eba48ad8cbbf8a40aeb6045e459e7bec6784
# 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