From 1854c552e67823fad62cd0c31afcede6772e264c Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Wed, 18 Oct 2023 12:34:53 -0700 Subject: [PATCH] Bump lexicon to 3.15.1 This should fix some errors in the OVH DNS plugin --- certbot/CHANGELOG.md | 2 ++ tools/oldest_constraints.txt | 13 +++++++------ tools/pinning/oldest/pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 92ceba3fb..3467279c5 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -16,6 +16,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). * Fixed a bug where argument sources weren't correctly detected in abbreviated arguments, short arguments, and some other circumstances +* Bumped lexicon's version to 3.15.1 to address errors in the OVH DNS plugin + (see #9799) More details about these changes can be found on our GitHub repo. diff --git a/tools/oldest_constraints.txt b/tools/oldest_constraints.txt index d667873d4..7b2b2a9db 100644 --- a/tools/oldest_constraints.txt +++ b/tools/oldest_constraints.txt @@ -2,7 +2,7 @@ # that script. apacheconfig==0.3.2 ; python_version >= "3.8" and python_version < "3.9" asn1crypto==0.24.0 ; python_version >= "3.8" and python_version < "3.9" -astroid==3.0.0 ; python_version >= "3.8" and python_version < "3.9" +astroid==3.0.1 ; python_version >= "3.8" and python_version < "3.9" beautifulsoup4==4.12.2 ; python_version >= "3.8" and python_version < "3.9" boto3==1.15.15 ; python_version >= "3.8" and python_version < "3.9" botocore==1.18.15 ; python_version >= "3.8" and python_version < "3.9" @@ -20,7 +20,7 @@ cython==0.29.36 ; python_version >= "3.8" and python_version < "3.9" dill==0.3.7 ; python_version >= "3.8" and python_version < "3.9" distlib==0.3.7 ; python_version >= "3.8" and python_version < "3.9" distro==1.0.1 ; python_version >= "3.8" and python_version < "3.9" -dns-lexicon==3.14.1 ; python_version >= "3.8" and python_version < "3.9" +dns-lexicon==3.15.1 ; python_version >= "3.8" and python_version < "3.9" dnspython==1.15.0 ; python_version >= "3.8" and python_version < "3.9" exceptiongroup==1.1.3 ; python_version >= "3.8" and python_version < "3.9" execnet==2.0.2 ; python_version >= "3.8" and python_version < "3.9" @@ -41,13 +41,13 @@ josepy==1.13.0 ; python_version >= "3.8" and python_version < "3.9" logger==1.4 ; python_version >= "3.8" and python_version < "3.9" mccabe==0.7.0 ; python_version >= "3.8" and python_version < "3.9" mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.9" -mypy==1.5.1 ; python_version >= "3.8" and python_version < "3.9" +mypy==1.6.1 ; python_version >= "3.8" and python_version < "3.9" ndg-httpsclient==0.3.2 ; python_version >= "3.8" and python_version < "3.9" oauth2client==4.1.3 ; python_version >= "3.8" and python_version < "3.9" packaging==23.2 ; python_version >= "3.8" and python_version < "3.9" parsedatetime==2.4 ; python_version >= "3.8" and python_version < "3.9" pbr==1.8.0 ; python_version >= "3.8" and python_version < "3.9" -pip==23.2.1 ; python_version >= "3.8" and python_version < "3.9" +pip==23.3 ; python_version >= "3.8" and python_version < "3.9" platformdirs==3.11.0 ; python_version >= "3.8" and python_version < "3.9" pluggy==1.3.0 ; python_version >= "3.8" and python_version < "3.9" ply==3.4 ; python_version >= "3.8" and python_version < "3.9" @@ -57,6 +57,7 @@ pyasn1==0.4.8 ; python_version >= "3.8" and python_version < "3.9" pycparser==2.14 ; python_version >= "3.8" and python_version < "3.9" pylint==3.0.1 ; python_version >= "3.8" and python_version < "3.9" pyopenssl==17.5.0 ; python_version >= "3.8" and python_version < "3.9" +pyotp==2.9.0 ; python_version >= "3.8" and python_version < "3.9" pyparsing==2.2.1 ; python_version >= "3.8" and python_version < "3.9" pyrfc3339==1.0 ; python_version >= "3.8" and python_version < "3.9" pytest-cov==4.1.0 ; python_version >= "3.8" and python_version < "3.9" @@ -75,7 +76,7 @@ s3transfer==0.3.7 ; python_version >= "3.8" and python_version < "3.9" setuptools==41.6.0 ; python_version >= "3.8" and python_version < "3.9" six==1.11.0 ; python_version >= "3.8" and python_version < "3.9" soupsieve==2.5 ; python_version >= "3.8" and python_version < "3.9" -tldextract==3.6.0 ; python_version >= "3.8" and python_version < "3.9" +tldextract==5.0.1 ; python_version >= "3.8" and python_version < "3.9" tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.9" tomlkit==0.12.1 ; python_version >= "3.8" and python_version < "3.9" tox==1.9.2 ; python_version >= "3.8" and python_version < "3.9" @@ -85,7 +86,7 @@ types-pyopenssl==23.0.0.0 ; python_version >= "3.8" and python_version < "3.9" types-pyrfc3339==1.1.1.5 ; python_version >= "3.8" and python_version < "3.9" types-python-dateutil==2.8.19.14 ; python_version >= "3.8" and python_version < "3.9" types-pytz==2023.3.1.1 ; python_version >= "3.8" and python_version < "3.9" -types-pywin32==306.0.0.4 ; python_version >= "3.8" and python_version < "3.9" +types-pywin32==306.0.0.5 ; python_version >= "3.8" and python_version < "3.9" types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.9" types-setuptools==68.2.0.0 ; python_version >= "3.8" and python_version < "3.9" types-six==1.16.21.9 ; python_version >= "3.8" and python_version < "3.9" diff --git a/tools/pinning/oldest/pyproject.toml b/tools/pinning/oldest/pyproject.toml index 302014ae5..1a4d7d71f 100644 --- a/tools/pinning/oldest/pyproject.toml +++ b/tools/pinning/oldest/pyproject.toml @@ -54,7 +54,7 @@ cloudflare = "1.5.1" configobj = "5.0.6" cryptography = "3.2.1" distro = "1.0.1" -dns-lexicon = "3.14.1" +dns-lexicon = "3.15.1" dnspython = "1.15.0" funcsigs = "0.4" google-api-python-client = "1.6.5"