mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +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
@@ -9,7 +9,7 @@ version = '3.2.0.dev0'
|
||||
install_requires = [
|
||||
# for now, do not upgrade to cloudflare>=2.20 to avoid deprecation warnings and the breaking
|
||||
# changes in version 3.0. see https://github.com/certbot/certbot/issues/9938
|
||||
'cloudflare>=1.5.1, <2.20',
|
||||
'cloudflare>=2.19, <2.20',
|
||||
]
|
||||
|
||||
if os.environ.get('SNAP_BUILD'):
|
||||
|
||||
@@ -19,6 +19,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
* Directory hooks are now run on all commands by default, not just `renew`
|
||||
* Help output now shows `False` as default when it can be set via `cli.ini` instead of `None`
|
||||
* Changed terms of service agreement text to have a newline after the TOS link
|
||||
* certbot-cloudflare-dns is now pinned to version 2.19 of Cloudflare's python library
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -58,7 +58,7 @@ boto3 = "1.15.15"
|
||||
botocore = "1.18.15"
|
||||
cffi = "1.12.3"
|
||||
chardet = "3.0.4"
|
||||
cloudflare = "1.5.1"
|
||||
cloudflare = "2.19"
|
||||
configobj = "5.0.6"
|
||||
cryptography = "43.0.0"
|
||||
distro = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user