Skip to content

Commit d12e210

Browse files
committed
Remove version constraint for cloudflare
Resolves #4606
1 parent 953faea commit d12e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/certbot-dns-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"name": "Cloudflare",
6868
"package_name": "certbot-dns-cloudflare",
6969
"version": "=={{certbot-version}}",
70-
"dependencies": "cloudflare==4.0.* acme=={{certbot-version}}",
70+
"dependencies": "cloudflare acme=={{certbot-version}}",
7171
"credentials": "# Cloudflare API credentials used by Certbot\ndns_cloudflare_email = [email protected]\ndns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234",
7272
"full_plugin_name": "dns-cloudflare"
7373
},

0 commit comments

Comments
 (0)