From aac3c3fbac6306e56565227b28385a7505fdb7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:20:52 +0000 Subject: [PATCH] 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](https://github.com/pydantic/pydantic/compare/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](https://github.com/astral-sh/uv/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c60b4b..1376f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "click==8.3.0", "jinja2==3.1.6", "myst-parser==4.0.1", - "pydantic==2.11.10", + "pydantic==2.12.0", "requests==2.32.5", "sphinx-rtd-theme==3.0.2", "sphinx==8.2.3", @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.7.3,<0.9.0"] +requires = ["uv_build>=0.7.3,<0.10.0"] build-backend = "uv_build" [tool.pytest.ini_options]