update dependencies (#10368)

this fixes the security alerts those with access can see at
https://github.com/certbot/certbot/security/dependabot

setting `PIP_USE_PEP517: "true"` is needed with modern versions of
setuptools as described in the issue linked in the code comment. we're
already setting the equivalent flag in builds outside of snaps. see
https://github.com/certbot/certbot/pull/10249
This commit is contained in:
Brad Warren 2025-07-17 11:56:03 -07:00 committed by GitHub
parent 295d8c3c49
commit eb563ccc1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 52 additions and 48 deletions

View file

@ -110,6 +110,10 @@ parts:
# build, but also on any isolated build that pip could trigger when building wheels for
# dependencies. See https://github.com/certbot/certbot/pull/8443 for more info.
- PIP_CONSTRAINT: $CRAFT_PART_SRC/snap-constraints.txt
# This is a workaround for
# https://github.com/pypa/setuptools/issues/5039 forcing pip to use
# modern build conventions even in the absence of pyproject.toml files.
- PIP_USE_PEP517: "true"
override-build: |
python3 -m venv "${CRAFT_PART_INSTALL}"
"${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py"

View file

@ -9,32 +9,32 @@ alabaster==0.7.16 ; python_full_version >= "3.9.2" and python_version < "3.10"
alabaster==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
anyio==4.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
apacheconfig==0.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
astroid==3.3.9 ; python_full_version >= "3.9.2" and python_version < "4.0"
astroid==3.3.11 ; python_full_version >= "3.9.2" and python_version < "4.0"
asttokens==3.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
attrs==25.3.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
azure-core==1.34.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
azure-core==1.35.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
azure-devops==7.1.0b4 ; python_full_version >= "3.9.2" and python_version < "4.0"
babel==2.17.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
backports-tarfile==1.2.0 ; python_full_version >= "3.9.2" and python_version < "3.12"
bcrypt==4.3.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
beautifulsoup4==4.13.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
boto3==1.38.11 ; python_full_version >= "3.9.2" and python_version < "4.0"
botocore==1.38.11 ; python_full_version >= "3.9.2" and python_version < "4.0"
boto3==1.39.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
botocore==1.39.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
build==1.2.2.post1 ; python_full_version >= "3.9.2" and python_version < "4.0"
cachecontrol==0.14.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
cachetools==5.5.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2025.4.26 ; python_full_version >= "3.9.2" and python_version < "4.0"
certifi==2025.7.14 ; python_full_version >= "3.9.2" and python_version < "4.0"
cffi==1.17.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
chardet==5.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
charset-normalizer==3.4.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
cleo==2.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
cloudflare==2.19.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
configargparse==1.7 ; python_full_version >= "3.9.2" and python_version < "4.0"
configargparse==1.7.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
configobj==5.0.9 ; python_full_version >= "3.9.2" and python_version < "4.0"
coverage==7.8.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
coverage==7.9.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
crashtest==0.4.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
cryptography==44.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
cryptography==45.0.5 ; python_full_version >= "3.9.2" and python_version < "4.0"
cython==0.29.37 ; python_full_version >= "3.9.2" and python_version < "4.0"
decorator==5.2.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
deprecated==1.2.18 ; python_full_version >= "3.9.2" and python_version < "4.0"
@ -45,17 +45,17 @@ dns-lexicon==3.21.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
dnspython==2.7.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
docutils==0.21.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
dulwich==0.22.8 ; python_full_version >= "3.9.2" and python_version < "4.0"
exceptiongroup==1.2.2 ; python_full_version >= "3.9.2" and python_version <= "3.10"
exceptiongroup==1.3.0 ; python_full_version >= "3.9.2" and python_version <= "3.10"
execnet==2.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
executing==2.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
fabric==3.2.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
fastjsonschema==2.21.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
filelock==3.18.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
findpython==0.6.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-api-core==2.24.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-api-python-client==2.169.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-api-core==2.25.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-api-python-client==2.176.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-auth-httplib2==0.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-auth==2.40.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
google-auth==2.40.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
googleapis-common-protos==1.70.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
h11==0.16.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
httpcore==1.0.9 ; python_full_version >= "3.9.2" and python_version < "4.0"
@ -72,20 +72,20 @@ invoke==2.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
ipdb==0.13.13 ; python_full_version >= "3.9.2" and python_version < "4.0"
ipython-pygments-lexers==1.1.1 ; python_version >= "3.11" and python_version < "4.0"
ipython==8.18.1 ; python_full_version >= "3.9.2" and python_version < "3.10"
ipython==8.36.0 ; python_version == "3.10"
ipython==9.2.0 ; python_version >= "3.11" and python_version < "4.0"
ipython==8.37.0 ; python_version == "3.10"
ipython==9.4.0 ; python_version >= "3.11" and python_version < "4.0"
isodate==0.7.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
isort==5.13.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
jaraco-classes==3.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
jaraco-context==6.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
jaraco-functools==4.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
jaraco-functools==4.2.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
jedi==0.19.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
jeepney==0.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "linux"
jinja2==3.1.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
jmespath==1.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
josepy==2.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
josepy==2.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
jsonlines==4.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
jsonpickle==4.0.5 ; python_full_version >= "3.9.2" and python_version < "4.0"
jsonpickle==4.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
keyring==25.6.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
markupsafe==3.0.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
@ -93,72 +93,72 @@ matplotlib-inline==0.1.7 ; python_full_version >= "3.9.2" and python_version < "
mccabe==0.7.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
mdurl==0.1.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
more-itertools==10.7.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
msgpack==1.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
msgpack==1.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
msrest==0.7.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
mypy-extensions==1.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
mypy==1.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
nh3==0.2.21 ; python_full_version >= "3.9.2" and python_version < "4.0"
oauthlib==3.2.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
nh3==0.2.22 ; python_full_version >= "3.9.2" and python_version < "4.0"
oauthlib==3.3.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
packaging==25.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
paramiko==3.5.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
parsedatetime==2.6 ; python_full_version >= "3.9.2" and python_version < "4.0"
parso==0.8.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
pbs-installer==2025.4.9 ; python_full_version >= "3.9.2" and python_version < "4.0"
pbs-installer==2025.7.12 ; python_full_version >= "3.9.2" and python_version < "4.0"
pexpect==4.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten" or python_version < "3.10") and sys_platform != "win32"
pip==25.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pkginfo==1.12.1.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
platformdirs==4.3.8 ; python_full_version >= "3.9.2" and python_version < "4.0"
pluggy==1.5.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pluggy==1.6.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
ply==3.11 ; python_full_version >= "3.9.2" and python_version < "4.0"
poetry-core==2.1.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
poetry-plugin-export==1.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
poetry==2.1.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
prompt-toolkit==3.0.51 ; python_full_version >= "3.9.2" and python_version < "4.0"
proto-plus==1.26.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
protobuf==6.30.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
protobuf==6.31.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
ptyprocess==0.7.0 ; python_full_version >= "3.9.2" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten" or python_version < "3.10") and sys_platform != "win32"
pure-eval==0.2.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyasn1-modules==0.4.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyasn1==0.6.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pycparser==2.22 ; python_full_version >= "3.9.2" and python_version < "4.0"
pygments==2.19.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pygments==2.19.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pylint==3.3.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
pynacl==1.5.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyopenssl==25.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyopenssl==25.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyotp==2.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyparsing==3.2.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyproject-api==1.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyproject-api==1.9.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyproject-hooks==1.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pyrfc3339==2.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest-cov==6.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest-xdist==3.6.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest==8.3.5 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest-cov==6.2.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest-xdist==3.8.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytest==8.4.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-augeas==1.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "4.0"
python-digitalocean==1.17.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
pywin32-ctypes==0.2.3 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "win32"
pywin32==310 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "win32"
pywin32==311 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "win32"
pyyaml==6.0.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
rapidfuzz==3.13.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
readme-renderer==44.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
requests-file==2.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
requests-oauthlib==2.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
requests-toolbelt==1.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
requests==2.32.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
requests==2.32.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
rfc3986==2.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
rich==14.0.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
roman-numerals-py==3.1.0 ; python_version >= "3.11" and python_version < "4.0"
rsa==4.9.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
s3transfer==0.12.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
s3transfer==0.13.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
secretstorage==3.3.3 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "linux"
semantic-version==2.10.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
setuptools-rust==1.11.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
setuptools==80.3.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
setuptools==80.9.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
shellingham==1.5.4 ; python_full_version >= "3.9.2" and python_version < "4.0"
six==1.17.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
sniffio==1.3.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
snowballstemmer==3.0.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
snowballstemmer==3.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
soupsieve==2.7 ; python_full_version >= "3.9.2" and python_version < "4.0"
sphinx-rtd-theme==3.0.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
sphinx==7.4.7 ; python_full_version >= "3.9.2" and python_version < "3.10"
@ -174,28 +174,28 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_full_version >= "3.9.2" and python
stack-data==0.6.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
tldextract==5.3.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
tomli==2.2.1 ; python_full_version >= "3.9.2" and python_version <= "3.10"
tomlkit==0.13.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
tox==4.25.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
tomlkit==0.13.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
tox==4.27.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
traitlets==5.14.3 ; python_full_version >= "3.9.2" and python_version < "4.0"
trove-classifiers==2025.5.8.15 ; python_full_version >= "3.9.2" and python_version < "4.0"
trove-classifiers==2025.5.9.12 ; python_full_version >= "3.9.2" and python_version < "4.0"
twine==6.1.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-httplib2==0.22.0.20250401 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-httplib2==0.22.0.20250622 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-pyrfc3339==2.0.1.20241107 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-python-dateutil==2.9.0.20241206 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-pytz==2025.2.0.20250326 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-pywin32==310.0.0.20250429 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-python-dateutil==2.9.0.20250708 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-pytz==2025.2.0.20250516 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-pywin32==310.0.0.20250516 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-requests==2.31.0.6 ; python_full_version >= "3.9.2" and python_version < "3.10"
types-requests==2.32.0.20250328 ; python_version >= "3.10" and python_version < "4.0"
types-setuptools==80.3.0.20250505 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-requests==2.32.4.20250611 ; python_version >= "3.10" and python_version < "4.0"
types-setuptools==80.9.0.20250529 ; python_full_version >= "3.9.2" and python_version < "4.0"
types-urllib3==1.26.25.14 ; python_full_version >= "3.9.2" and python_version < "3.10"
typing-extensions==4.13.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
uritemplate==4.1.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
typing-extensions==4.14.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
uritemplate==4.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
urllib3==1.26.20 ; python_full_version >= "3.9.2" and python_version < "3.10"
urllib3==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
virtualenv==20.31.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
wcwidth==0.2.13 ; python_full_version >= "3.9.2" and python_version < "4.0"
wheel==0.45.1 ; python_full_version >= "3.9.2" and python_version < "4.0"
wrapt==1.17.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
xattr==1.1.4 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "darwin"
zipp==3.21.0 ; python_full_version >= "3.9.2" and python_version < "3.12"
xattr==1.2.0 ; python_full_version >= "3.9.2" and python_version < "4.0" and sys_platform == "darwin"
zipp==3.23.0 ; python_full_version >= "3.9.2" and python_version < "3.12"
zstandard==0.23.0 ; python_full_version >= "3.9.2" and python_version < "4.0"