From b1c35e608490c75d1469084647eec4531d0c08b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:14:28 +0000 Subject: [PATCH] Bump pydantic from 2.12.0 to 2.12.3 in the python group Bumps the python group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.12.0 to 2.12.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.12.0...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1376f78..9078810 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.12.0", + "pydantic==2.12.3", "requests==2.32.5", "sphinx-rtd-theme==3.0.2", "sphinx==8.2.3",