Skip to content

Commit aac3c3f

Browse files
Bump the python group with 2 updates
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `pydantic` from 2.11.10 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.10...v2.12.0) Updates `uv-build` to 0.9.2 - [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.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: uv-build dependency-version: 0.9.2 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 152ad18 commit aac3c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"click==8.3.0",
77
"jinja2==3.1.6",
88
"myst-parser==4.0.1",
9-
"pydantic==2.11.10",
9+
"pydantic==2.12.0",
1010
"requests==2.32.5",
1111
"sphinx-rtd-theme==3.0.2",
1212
"sphinx==8.2.3",
@@ -24,7 +24,7 @@ dev = [
2424
]
2525

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

3030
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)