From 657a04ea4c58c71dc40c205363cd60553c065fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:23:22 +0000 Subject: [PATCH] Bump pydantic from 2.11.9 to 2.11.10 in the python group Bumps the python group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.11.9 to 2.11.10 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 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 f9c1eaa..7c60b4b 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.9", + "pydantic==2.11.10", "requests==2.32.5", "sphinx-rtd-theme==3.0.2", "sphinx==8.2.3",