Skip to content

Commit 1b40c58

Browse files
Bump the python group across 1 directory with 2 updates
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [uv-build](https://github.com/astral-sh/uv) 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](sphinx-doc/sphinx@v0.1.61611...v9.1.0) Updates `uv-build` to 0.10.3 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.7.3...0.10.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.10.3 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ebf8b7a commit 1b40c58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"pydantic>=2.12.4",
1010
"requests>=2.32.5",
1111
"sphinx-rtd-theme>=3.0.2",
12-
"sphinx<9", # see https://github.com/executablebooks/MyST-Parser/issues/1077
12+
"sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
1313
"sphinxemoji>=0.3.1",
1414
]
1515

@@ -24,7 +24,7 @@ dev = [
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build>=0.7.3,<0.10.0"]
27+
requires = ["uv_build>=0.7.3,<0.11.0"]
2828
build-backend = "uv_build"
2929

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)