mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Add python 3.14 support (#10481)
fixes https://github.com/certbot/certbot/issues/10477. this is based on the PR that did this for 3.13 at https://github.com/certbot/certbot/pull/10164
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
# that script.
|
||||
apacheconfig==0.3.2 ; python_version == "3.10"
|
||||
asn1crypto==0.24.0 ; python_version == "3.10"
|
||||
astroid==3.3.11 ; python_version == "3.10"
|
||||
attrs==25.3.0 ; python_version == "3.10"
|
||||
beautifulsoup4==4.13.4 ; python_version == "3.10"
|
||||
astroid==4.0.1 ; python_version == "3.10"
|
||||
attrs==25.4.0 ; python_version == "3.10"
|
||||
beautifulsoup4==4.14.2 ; python_version == "3.10"
|
||||
boto3==1.20.34 ; python_version == "3.10"
|
||||
botocore==1.23.34 ; python_version == "3.10"
|
||||
cachetools==5.5.2 ; python_version == "3.10"
|
||||
certifi==2025.8.3 ; python_version == "3.10"
|
||||
certifi==2025.10.5 ; python_version == "3.10"
|
||||
cffi==1.14.1 ; python_version == "3.10"
|
||||
chardet==3.0.4 ; python_version == "3.10"
|
||||
cloudflare==2.19.0 ; python_version == "3.10"
|
||||
colorama==0.4.6 ; (sys_platform == "win32" or platform_system == "Windows") and python_version == "3.10"
|
||||
configargparse==1.5.3 ; python_version == "3.10"
|
||||
configobj==5.0.6 ; python_version == "3.10"
|
||||
coverage==7.10.4 ; python_version == "3.10"
|
||||
coverage==7.11.0 ; python_version == "3.10"
|
||||
cryptography==43.0.0 ; python_version == "3.10"
|
||||
cython==0.29.37 ; python_version == "3.10"
|
||||
dill==0.4.0 ; python_version == "3.10"
|
||||
@@ -25,30 +25,30 @@ dns-lexicon==3.15.1 ; python_version == "3.10"
|
||||
dnspython==2.6.1 ; python_version == "3.10"
|
||||
exceptiongroup==1.3.0 ; python_version == "3.10"
|
||||
execnet==2.1.1 ; python_version == "3.10"
|
||||
filelock==3.19.1 ; python_version == "3.10"
|
||||
filelock==3.20.0 ; python_version == "3.10"
|
||||
funcsigs==0.4 ; python_version == "3.10"
|
||||
google-api-python-client==1.6.5 ; python_version == "3.10"
|
||||
google-auth==2.16.0 ; python_version == "3.10"
|
||||
httplib2==0.9.2 ; python_version == "3.10"
|
||||
idna==2.6 ; python_version == "3.10"
|
||||
iniconfig==2.1.0 ; python_version == "3.10"
|
||||
iniconfig==2.3.0 ; python_version == "3.10"
|
||||
ipaddress==1.0.16 ; python_version == "3.10"
|
||||
isort==6.0.1 ; python_version == "3.10"
|
||||
isort==7.0.0 ; python_version == "3.10"
|
||||
jmespath==0.10.0 ; python_version == "3.10"
|
||||
josepy==2.1.0 ; python_version == "3.10"
|
||||
josepy==2.2.0 ; python_version == "3.10"
|
||||
jsonlines==4.0.0 ; python_version == "3.10"
|
||||
jsonpickle==4.1.1 ; python_version == "3.10"
|
||||
mccabe==0.7.0 ; python_version == "3.10"
|
||||
mypy-extensions==1.1.0 ; python_version == "3.10"
|
||||
mypy==1.17.1 ; python_version == "3.10"
|
||||
mypy==1.18.2 ; python_version == "3.10"
|
||||
ndg-httpsclient==0.3.2 ; python_version == "3.10"
|
||||
oauth2client==4.1.3 ; python_version == "3.10"
|
||||
packaging==25.0 ; python_version == "3.10"
|
||||
parsedatetime==2.6 ; python_version == "3.10"
|
||||
pathspec==0.12.1 ; python_version == "3.10"
|
||||
pbr==1.8.0 ; python_version == "3.10"
|
||||
pip==25.2 ; python_version == "3.10"
|
||||
platformdirs==4.3.8 ; python_version == "3.10"
|
||||
pip==25.3 ; python_version == "3.10"
|
||||
platformdirs==4.5.0 ; python_version == "3.10"
|
||||
pluggy==1.6.0 ; python_version == "3.10"
|
||||
ply==3.4 ; python_version == "3.10"
|
||||
py==1.11.0 ; python_version == "3.10"
|
||||
@@ -56,42 +56,42 @@ pyasn1-modules==0.4.1 ; python_version == "3.10"
|
||||
pyasn1==0.4.8 ; python_version == "3.10"
|
||||
pycparser==2.14 ; python_version == "3.10"
|
||||
pygments==2.19.2 ; python_version == "3.10"
|
||||
pylint==3.3.8 ; python_version == "3.10"
|
||||
pylint==4.0.2 ; python_version == "3.10"
|
||||
pyopenssl==25.0.0 ; python_version == "3.10"
|
||||
pyotp==2.9.0 ; python_version == "3.10"
|
||||
pyparsing==2.4.7 ; python_version == "3.10"
|
||||
pyrfc3339==1.0 ; python_version == "3.10"
|
||||
pytest-cov==6.2.1 ; python_version == "3.10"
|
||||
pytest-cov==7.0.0 ; python_version == "3.10"
|
||||
pytest-xdist==3.8.0 ; python_version == "3.10"
|
||||
pytest==8.4.1 ; python_version == "3.10"
|
||||
pytest==8.4.2 ; python_version == "3.10"
|
||||
python-augeas==0.5.0 ; python_version == "3.10"
|
||||
python-dateutil==2.9.0.post0 ; python_version == "3.10"
|
||||
python-digitalocean==1.15.0 ; python_version == "3.10"
|
||||
pytz==2025.2 ; python_version == "3.10"
|
||||
pywin32==311 ; python_version == "3.10" and sys_platform == "win32"
|
||||
pyyaml==6.0.2 ; python_version == "3.10"
|
||||
requests-file==2.1.0 ; python_version == "3.10"
|
||||
pyyaml==6.0.3 ; python_version == "3.10"
|
||||
requests-file==3.0.1 ; python_version == "3.10"
|
||||
requests==2.25.1 ; python_version == "3.10"
|
||||
rsa==4.9.1 ; python_version == "3.10"
|
||||
ruff==0.12.9 ; python_version == "3.10"
|
||||
ruff==0.14.3 ; python_version == "3.10"
|
||||
s3transfer==0.5.2 ; python_version == "3.10"
|
||||
setuptools==80.9.0 ; python_version == "3.10"
|
||||
six==1.16.0 ; python_version == "3.10"
|
||||
soupsieve==2.7 ; python_version == "3.10"
|
||||
soupsieve==2.8 ; python_version == "3.10"
|
||||
tldextract==5.3.0 ; python_version == "3.10"
|
||||
tomli==2.2.1 ; python_version == "3.10"
|
||||
tomli==2.3.0 ; python_version == "3.10"
|
||||
tomlkit==0.13.3 ; python_version == "3.10"
|
||||
tox==3.28.0 ; python_version == "3.10"
|
||||
types-httplib2==0.22.0.20250622 ; python_version == "3.10"
|
||||
types-pyrfc3339==2.0.1.20241107 ; python_version == "3.10"
|
||||
types-python-dateutil==2.9.0.20250809 ; python_version == "3.10"
|
||||
types-pywin32==311.0.0.20250809 ; python_version == "3.10"
|
||||
types-httplib2==0.31.0.20250913 ; python_version == "3.10"
|
||||
types-pyrfc3339==2.0.1.20250825 ; python_version == "3.10"
|
||||
types-python-dateutil==2.9.0.20251008 ; python_version == "3.10"
|
||||
types-pywin32==311.0.0.20251008 ; python_version == "3.10"
|
||||
types-requests==2.31.0.6 ; python_version == "3.10"
|
||||
types-setuptools==80.9.0.20250809 ; python_version == "3.10"
|
||||
types-setuptools==80.9.0.20250822 ; python_version == "3.10"
|
||||
types-urllib3==1.26.25.14 ; python_version == "3.10"
|
||||
typing-extensions==4.14.1 ; python_version == "3.10"
|
||||
typing-extensions==4.15.0 ; python_version == "3.10"
|
||||
uritemplate==3.0.1 ; python_version == "3.10"
|
||||
urllib3==1.26.5 ; python_version == "3.10"
|
||||
uv==0.8.11 ; python_version == "3.10"
|
||||
virtualenv==20.34.0 ; python_version == "3.10"
|
||||
uv==0.9.7 ; python_version == "3.10"
|
||||
virtualenv==20.35.4 ; python_version == "3.10"
|
||||
wheel==0.45.1 ; python_version == "3.10"
|
||||
|
||||
Reference in New Issue
Block a user