mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Require v2.19 of cloudflare's python library (#10182)
This is a stopgap measure until we upgrade to the newer (but backwards-incompatible) versions of cloudflare's python library (see #9938) --------- Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
co-authored by
Brad Warren
parent
a57b29a276
commit
de48847af4
@@ -3,6 +3,7 @@
|
||||
apacheconfig==0.3.2 ; python_version >= "3.9" and python_version < "3.10"
|
||||
asn1crypto==0.24.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
astroid==3.3.8 ; python_version >= "3.9" and python_version < "3.10"
|
||||
attrs==25.1.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
beautifulsoup4==4.13.3 ; python_version >= "3.9" and python_version < "3.10"
|
||||
boto3==1.15.15 ; python_version >= "3.9" and python_version < "3.10"
|
||||
botocore==1.18.15 ; python_version >= "3.9" and python_version < "3.10"
|
||||
@@ -10,7 +11,7 @@ cachetools==5.5.1 ; python_version >= "3.9" and python_version < "3.10"
|
||||
certifi==2025.1.31 ; python_version >= "3.9" and python_version < "3.10"
|
||||
cffi==1.12.3 ; python_version >= "3.9" and python_version < "3.10"
|
||||
chardet==3.0.4 ; python_version >= "3.9" and python_version < "3.10"
|
||||
cloudflare==1.5.1 ; python_version >= "3.9" and python_version < "3.10"
|
||||
cloudflare==2.19.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.10" and sys_platform == "win32"
|
||||
configargparse==1.5.3 ; python_version >= "3.9" and python_version < "3.10"
|
||||
configobj==5.0.6 ; python_version >= "3.9" and python_version < "3.10"
|
||||
@@ -36,8 +37,8 @@ iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
ipaddress==1.0.16 ; python_version >= "3.9" and python_version < "3.10"
|
||||
isort==6.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
jmespath==0.10.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
josepy==1.14.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
logger==1.4 ; python_version >= "3.9" and python_version < "3.10"
|
||||
josepy==1.15.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
jsonlines==4.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
mccabe==0.7.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
mypy==1.15.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
|
||||
Reference in New Issue
Block a user