From 0907fcd100e8daf8f5f9e78059ed5d965f80ab8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:10:15 +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` to 2.13.3 - [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.13.0...v2.13.3) Updates `uv-build` to 0.11.7 - [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.11.6...0.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production dependency-group: python - dependency-name: uv-build dependency-version: 0.11.7 dependency-type: direct:development 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 c99cd10..5482bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "click>=8.3.2", "jinja2>=3.1.6", "myst-parser>=5.0.0", - "pydantic>=2.13.0", + "pydantic>=2.13.3", "requests>=2.33.1", "sphinx-rtd-theme>=3.1.0", "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077 @@ -24,7 +24,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.11.6,<0.12.0"] +requires = ["uv_build>=0.11.7,<0.12.0"] build-backend = "uv_build" [tool.pytest.ini_options]