From 34c60bc7a25ed3e34f1ed747c189cb383994cbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:41:39 +0000 Subject: [PATCH] build(deps-dev): bump the python-deps group with 9 updates Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [myst-parser](https://github.com/executablebooks/MyST-Parser), [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton), [sphinx-design](https://github.com/executablebooks/sphinx-design), [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild), [linkify-it-py](https://github.com/tsutsu3/linkify-it-py), [litestar](https://github.com/litestar-org/litestar), [httpx](https://github.com/encode/httpx) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. Updates `sphinx` 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](https://github.com/sphinx-doc/sphinx/compare/v8.0.0...v9.1.0) Updates `myst-parser` to 5.0.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v4.0.0...v5.0.0) Updates `sphinx-copybutton` to 0.5.2 - [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases) - [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.5.0...v0.5.2) Updates `sphinx-design` 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](https://github.com/executablebooks/sphinx-design/compare/v0.6.0...v0.7.0) Updates `sphinx-autobuild` to 2025.8.25 - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.02.04...2025.08.25) Updates `linkify-it-py` to 2.1.0 - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/tsutsu3/linkify-it-py/compare/v2.0.0...v2.1.0) Updates `litestar` to 2.21.1 - [Release notes](https://github.com/litestar-org/litestar/releases) - [Commits](https://github.com/litestar-org/litestar/compare/v2.15.0...v2.21.1) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.28.0...0.28.1) Updates `beautifulsoup4` to 4.14.3 --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: myst-parser dependency-version: 5.0.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: sphinx-copybutton dependency-version: 0.5.2 dependency-type: direct:development dependency-group: python-deps - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: sphinx-autobuild dependency-version: 2025.8.25 dependency-type: direct:development dependency-group: python-deps - dependency-name: linkify-it-py dependency-version: 2.1.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: litestar dependency-version: 2.21.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8a2e566c..64d3088c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,18 +8,18 @@ dependencies = [] [dependency-groups] docs = [ - "sphinx>=8.0", + "sphinx>=9.1.0", "shibuya", - "myst-parser>=4.0", - "sphinx-copybutton>=0.5.0", - "sphinx-design>=0.6.0", - "sphinx-autobuild>=2024.0.0", - "linkify-it-py>=2.0", - "litestar>=2.15", - "httpx>=0.28", + "myst-parser>=5.0.0", + "sphinx-copybutton>=0.5.2", + "sphinx-design>=0.7.0", + "sphinx-autobuild>=2025.8.25", + "linkify-it-py>=2.1.0", + "litestar>=2.21.1", + "httpx>=0.28.1", ] convert = [ - "beautifulsoup4>=4.12", + "beautifulsoup4>=4.14.3", ] [tool.uv]