Bump the documentation-python group in /Documentation with 58 updates - #69
Merged
augustjohansson merged 1 commit intoAug 7, 2026
Conversation
Updates the requirements on [anyio](https://github.com/agronholm/anyio), [attrs](https://github.com/python-attrs/attrs), [autopep8](https://github.com/hhatto/autopep8), [babel](https://github.com/python-babel/babel), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [bleach](https://github.com/mozilla/bleach), [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [click](https://github.com/pallets/click), [contourpy](https://github.com/contourpy/contourpy), [docutils](https://github.com/rtfd/recommonmark), [fastjsonschema](https://github.com/horejsek/python-fastjsonschema), [fonttools](https://github.com/fonttools/fonttools), [habanero](https://github.com/sckott/habanero), [idna](https://github.com/kjd/idna), [imagesize](https://github.com/shibukawa/imagesize_py), [jedi](https://github.com/davidhalter/jedi), [jsonschema](https://github.com/python-jsonschema/jsonschema), [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications), [jupyter-client](https://github.com/jupyter/jupyter_client), [jupyter-core](https://github.com/jupyter/jupyter_core), [kiwisolver](https://github.com/nucleic/kiwi), [latexcodec](https://github.com/mcmtroffaes/latexcodec), [markupsafe](https://github.com/pallets/markupsafe), [matplotlib](https://github.com/matplotlib/matplotlib), [mistune](https://github.com/lepture/mistune), [mypy-extensions](https://github.com/python/mypy_extensions), [nbclient](https://github.com/jupyter/nbclient), [nbsphinx](https://github.com/spatialaudio/nbsphinx), [nbsphinx-link](https://github.com/vidartf/nbsphinx-link), [numpy](https://github.com/numpy/numpy), [packaging](https://github.com/pypa/packaging), [parso](https://github.com/davidhalter/parso), [pathspec](https://github.com/cpburnz/python-pathspec), [pillow](https://github.com/python-pillow/Pillow), [platformdirs](https://github.com/tox-dev/platformdirs), [pybtex](https://pybtex.org/), [pycodestyle](https://github.com/PyCQA/pycodestyle), [pyparsing](https://github.com/pyparsing/pyparsing), [pyyaml](https://github.com/yaml/pyyaml), [pyzmq](https://github.com/zeromq/pyzmq), [referencing](https://github.com/python-jsonschema/referencing), [requests](https://github.com/psf/requests), [rpds-py](https://github.com/crate-py/rpds), [setuptools](https://github.com/pypa/setuptools), [snowballstemmer](https://github.com/snowballstem/snowball), [soupsieve](https://github.com/facelessuser/soupsieve), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme), [sphinx-collapse](https://github.com/dgarcia360/sphinx-collapse), [sphinx-design](https://github.com/executablebooks/sphinx-design), [sphinxcontrib-bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex), [sphinxcontrib-globalsubs](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs), [sphinxcontrib-youtube](https://github.com/sphinx-contrib/youtube), [tinycss2](https://github.com/Kozea/tinycss2), [tqdm](https://github.com/tqdm/tqdm), [traitlets](https://github.com/ipython/traitlets) and [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. Updates `anyio` from 4.7.0 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.7.0...4.14.2) Updates `attrs` from 25.3.0 to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.3.0...26.1.0) Updates `autopep8` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](hhatto/autopep8@v2.3.1...v2.3.2) Updates `babel` from 2.16.0 to 2.18.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.16.0...v2.18.0) Updates `beautifulsoup4` from 4.13.4 to 4.15.0 Updates `bleach` from 6.2.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v6.2.0...v6.4.0) Updates `certifi` from 2024.8.30 to 2026.7.22 - [Commits](certifi/python-certifi@2024.08.30...2026.07.22) Updates `charset-normalizer` from 3.4.0 to 3.4.9 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.0...3.4.9) Updates `click` from 8.1.7 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.1.7...8.4.2) Updates `contourpy` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/contourpy/contourpy/releases) - [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.md) - [Commits](contourpy/contourpy@v1.3.2...v1.3.3) Updates `docutils` from 0.21.2 to 0.23 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `fastjsonschema` from 2.21.1 to 2.22.1 - [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt) - [Commits](horejsek/python-fastjsonschema@v2.21.1...v2.22.1) Updates `fonttools` from 4.60.2 to 4.63.0 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.60.2...4.63.0) Updates `habanero` to 2.9.2 - [Release notes](https://github.com/sckott/habanero/releases) - [Changelog](https://github.com/sckott/habanero/blob/main/Changelog.rst) - [Commits](sckott/habanero@v2.0.0...v2.9.2) Updates `idna` from 3.15 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.15...v3.18) Updates `imagesize` from 1.4.1 to 2.0.0 - [Commits](shibukawa/imagesize_py@1.4.1...2.0.0) Updates `jedi` from 0.19.2 to 0.20.0 - [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst) - [Commits](davidhalter/jedi@v0.19.2...v0.20.0) Updates `jsonschema` from 4.23.0 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.23.0...v4.26.0) Updates `jsonschema-specifications` from 2025.4.1 to 2025.9.1 - [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases) - [Commits](python-jsonschema/jsonschema-specifications@v2025.4.1...v2025.9.1) Updates `jupyter-client` from 8.6.3 to 8.9.1 - [Release notes](https://github.com/jupyter/jupyter_client/releases) - [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md) - [Commits](jupyter/jupyter_client@v8.6.3...v8.9.1) Updates `jupyter-core` from 5.7.2 to 5.9.1 - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](jupyter/jupyter_core@v5.7.2...v5.9.1) Updates `kiwisolver` from 1.4.8 to 1.5.0 - [Release notes](https://github.com/nucleic/kiwi/releases) - [Changelog](https://github.com/nucleic/kiwi/blob/main/releasenotes.rst) - [Commits](nucleic/kiwi@1.4.8...1.5.0) Updates `latexcodec` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/mcmtroffaes/latexcodec/blob/develop/CHANGELOG.rst) - [Commits](mcmtroffaes/latexcodec@3.0.0...3.0.1) Updates `markupsafe` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@3.0.2...3.0.3) Updates `matplotlib` from 3.10.1 to 3.11.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.1...v3.11.1) Updates `mistune` from 3.2.1 to 3.3.4 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.2.1...v3.3.4) Updates `mypy-extensions` from 1.0.0 to 1.1.0 - [Commits](python/mypy_extensions@1.0.0...1.1.0) Updates `nbclient` from 0.10.2 to 0.11.0 - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](jupyter/nbclient@v0.10.2...v0.11.0) Updates `nbsphinx` from 0.9.7 to 0.9.8 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](spatialaudio/nbsphinx@0.9.7...0.9.8) Updates `nbsphinx-link` from 1.3.1 to 1.4.1 - [Commits](vidartf/nbsphinx-link@1.3.1...1.4.1) Updates `numpy` from 2.2.5 to 2.5.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.5...v2.5.1) Updates `packaging` from 24.2 to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...26.2) Updates `parso` from 0.8.4 to 0.8.7 - [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst) - [Commits](davidhalter/parso@v0.8.4...v0.8.7) Updates `pathspec` from 0.12.1 to 1.1.1 - [Release notes](https://github.com/cpburnz/python-pathspec/releases) - [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst) - [Commits](cpburnz/python-pathspec@v0.12.1...v1.1.1) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) Updates `platformdirs` from 4.3.6 to 4.11.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.3.6...4.11.0) Updates `pybtex` from 0.24.0 to 0.26.1 Updates `pycodestyle` from 2.12.1 to 2.14.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.12.1...2.14.0) Updates `pyparsing` from 3.2.3 to 3.3.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.2.3...3.3.2) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `pyzmq` from 26.4.0 to 27.1.0 - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v26.4.0...v27.1.0) Updates `referencing` from 0.36.2 to 0.37.0 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.36.2...v0.37.0) Updates `requests` from 2.33.0 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.0...v2.34.2) Updates `rpds-py` from 0.24.0 to 2026.6.3 - [Release notes](https://github.com/crate-py/rpds/releases) - [Changelog](https://github.com/crate-py/rpds/blob/main/release.toml) - [Commits](crate-py/rpds@v0.24.0...v2026.6.3) Updates `setuptools` from 78.1.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.1...v83.0.0) Updates `snowballstemmer` from 2.2.0 to 3.1.1 - [Changelog](https://github.com/snowballstem/snowball/blob/main/NEWS) - [Commits](snowballstem/snowball@v2.2.0...v3.1.1) Updates `soupsieve` from 2.7 to 2.9.1 - [Release notes](https://github.com/facelessuser/soupsieve/releases) - [Commits](facelessuser/soupsieve@2.7...2.9.1) Updates `sphinx` from 8.1.3 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v9.1.0) Updates `sphinx-rtd-theme` from 3.0.2 to 3.1.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.2...3.1.0) Updates `sphinx-collapse` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/dgarcia360/sphinx-collapse/releases) - [Changelog](https://github.com/dgarcia360/sphinx-collapse/blob/main/CHANGELOG.rst) - [Commits](dgarcia360/sphinx-collapse@0.1.3...0.1.4) Updates `sphinx-design` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/executablebooks/sphinx-design/releases) - [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md) - [Commits](executablebooks/sphinx-design@v0.6.1...v0.7.0) Updates `sphinxcontrib-bibtex` from 2.6.3 to 2.7.0 - [Changelog](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/blob/develop/CHANGELOG.rst) - [Commits](mcmtroffaes/sphinxcontrib-bibtex@2.6.3...2.7.0) Updates `sphinxcontrib-globalsubs` from 0.1.2 to 1.1.0 - [Commits](missinglinkelectronics/sphinxcontrib-globalsubs@v0.1.2...v1.1.0) Updates `sphinxcontrib-youtube` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/sphinx-contrib/youtube/releases) - [Commits](sphinx-contrib/youtube@v1.4.1...v1.5.0) Updates `tinycss2` from 1.4.0 to 1.5.1 - [Release notes](https://github.com/Kozea/tinycss2/releases) - [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst) - [Commits](Kozea/tinycss2@v1.4.0...v1.5.1) Updates `tqdm` from 4.67.1 to 4.70.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.67.1...v4.70.0) Updates `traitlets` from 5.14.3 to 5.15.1 - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@v5.14.3...v5.15.1) Updates `typing-extensions` from 4.12.2 to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.12.2...4.16.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: autopep8 dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: contourpy dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: fastjsonschema dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: fonttools dependency-version: 4.63.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: habanero dependency-version: 2.9.2 dependency-type: direct:production dependency-group: documentation-python - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: imagesize dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: jedi dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: jsonschema-specifications dependency-version: 2025.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: jupyter-client dependency-version: 8.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: jupyter-core dependency-version: 5.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: kiwisolver dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: latexcodec dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: mistune dependency-version: 3.3.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: mypy-extensions dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: nbclient dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: nbsphinx dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: nbsphinx-link dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: numpy dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: parso dependency-version: 0.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: pathspec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: pybtex dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: pyzmq dependency-version: 27.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: referencing dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: rpds-py dependency-version: 2026.6.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: snowballstemmer dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: soupsieve dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: sphinx-collapse dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation-python - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: sphinxcontrib-bibtex dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: sphinxcontrib-globalsubs dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation-python - dependency-name: sphinxcontrib-youtube dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: tinycss2 dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: traitlets dependency-version: 5.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation-python ... Signed-off-by: dependabot[bot] <support@github.com>
augustjohansson
deleted the
dependabot/pip/Documentation/documentation-python-4f4fd1ebf6
branch
August 7, 2026 10:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on anyio, attrs, autopep8, babel, beautifulsoup4, bleach, certifi, charset-normalizer, click, contourpy, docutils, fastjsonschema, fonttools, habanero, idna, imagesize, jedi, jsonschema, jsonschema-specifications, jupyter-client, jupyter-core, kiwisolver, latexcodec, markupsafe, matplotlib, mistune, mypy-extensions, nbclient, nbsphinx, nbsphinx-link, numpy, packaging, parso, pathspec, pillow, platformdirs, pybtex, pycodestyle, pyparsing, pyyaml, pyzmq, referencing, requests, rpds-py, setuptools, snowballstemmer, soupsieve, sphinx, sphinx-rtd-theme, sphinx-collapse, sphinx-design, sphinxcontrib-bibtex, sphinxcontrib-globalsubs, sphinxcontrib-youtube, tinycss2, tqdm, traitlets and typing-extensions to permit the latest version.
Updates
anyiofrom 4.7.0 to 4.14.2Release notes
Sourced from anyio's releases.
... (truncated)
Commits
c384f99Bumped up the versiondbba29dFixed 100% CPU spin on cancel scope misuse (#1217)6bbc6c3Fix CapacityLimiter over-granting tokens on asyncio (#1172)6f82b25Refactored TestTLSStream.test_receive_invalid_max_bytes() to be less flakybe24b04Relaxed timeouts to fix test flakiness8113506Fix test flakiness caused by slow callback duration logging1e988b6Fixed CapacityLimiter raising trio.WouldBlock instead of anyio.WouldBlock (#1...44713f3Pin setup-uv to a commit sha across downstream jobs (#1213)f1b7301Fixed stderr writes in a worker subprocess causing a deadlock (#1207)212be93Fix flaky test_tcp_listener_same_port using a hardcoded port (#1206)Updates
attrsfrom 25.3.0 to 26.1.0Release notes
Sourced from attrs's releases.
... (truncated)
Changelog
Sourced from attrs's changelog.
... (truncated)
Commits
7bfc49ePrepare 26.1.031e0286Update test_validators.py for Python 3.15a7 (#1530)48b8611Add instance support to attrs.fields() (#1529)3a68d49dev: document missing git tags failure modea572c3aAllow field(on_setattr=NO_OP) on frozen classesaf9c510Fix validators.disabled() to save/restore state on nesting (#1513)ab7f8b2update devce89f5dFix message passing in frozen errorseccd966Fixoptionalvalidator to accept tuples of len > 1 (#1496)e92fe52policies: tighten screws (#1528)Updates
autopep8from 2.3.1 to 2.3.2Release notes
Sourced from autopep8's releases.
Commits
4046ad4version 2.3.2609daf6fmt rst815b102Merge pull request #776 from hhatto/fix/e721-with-indenta70fa24Merge pull request #777 from hhatto/ci/add-py313231cafcdrop 3.8, support 3.13a3be649drop 3.8, support 3.133b9d399add test cases for e721d280131care oftype == STMTpattercbb185fupdate cases361ba26care indent in case e721Updates
babelfrom 2.16.0 to 2.18.0Release notes
Sourced from babel's releases.
... (truncated)
Changelog
Sourced from babel's changelog.
... (truncated)
Commits
56c63caPrepare for 2.18.0 (#1248)73015a1Add user-agent to CLDR downloader (#1247)29bd362Fix formatting compact currencies of exactly one thousand in several locales ...851db43Reuse InitCatalog's guts in UpdateCatalog (#1244)fd00e60Extract: Merge in per-format keywords and auto_comments (#1243)12a14b6Add dpgettext and dnpgettext support (#1235)7110e62Use canonical IANA zone names in zone_territories (#1220)e91c346Improve extract performance via ignoring directories early during os.walk (#968)0c4f378Convert Unittest testcases with setup/teardown to fixtures (#1240)218c96eAddbabel.core.get_cldr_version()(#1242)Updates
beautifulsoup4from 4.13.4 to 4.15.0Updates
bleachfrom 6.2.0 to 6.4.0Changelog
Sourced from bleach's changelog.
... (truncated)
Commits
f0355a7fix: fix last release date in CHANGESae4e8a2chore: bleach 6.4.0 and final release970df58fix: uri-sanitization in formaction attributes7c4867cfix: xss bypass in allowed protocol test using unicode invisible characters913ab75fix: reduce redundancy in workflow jobs218c15afix: rework pip caching4f0b097fix: fix tox platform restrictionse95a79dchore: update pytest91539d4Bump actions/cache from 5.0.3 to 5.0.4cd47b4cfix: handle left-angle-bracket that's not a tag (#733)Updates
certififrom 2024.8.30 to 2026.7.22Commits
f4bc6762026.07.22 (#428)4c91f9cBump actions/setup-python from 6.3.0 to 7.0.0 (#427)01a66c5Bump actions/checkout from 7.0.0 to 7.0.1 (#426)eb355f4Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#425)474e6fcInclude tests in the source distribution (#424)a31ef39Bump actions/setup-python from 6.2.0 to 6.3.0 (#420)98eb2c7Bump actions/checkout from 6.0.3 to 7.0.0 (#419)d0ac52f2026.06.17 (#418)d46de62Bump actions/checkout from 6.0.2 to 6.0.3 (#417)6c183ecfix: update Requests docs link to canonical URL (#415)Updates
charset-normalizerfrom 3.4.0 to 3.4.9Release notes
Sourced from charset-normalizer's releases.
... (truncated)
Changelog
Sourced from charset-normalizer's changelog.
... (truncated)
Commits
cc68407Merge pull request #772 from jawah/fix-regression-fallback-path152b923chore: release 3.4.92bc2607fix: unicodedecodeerror in fallback pathbe252d7chore(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 (#767)71c7bddchore(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#768)aeea391chore(deps): bump pypa/cibuildwheel from 3.4.1 to 4.1.0 (#758)a6f8febMerge pull request #770 from jawah/unblock-ci528e16cchore: add osv-scanner.toml5993498chore: ast_serialize musl missing prebuilt riscv,s390x,ppc64leaa2ddd8Release 3.4.8 (#766)Updates
clickfrom 8.1.7 to 8.4.2Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.