From b6e967f216022ea9cacd5c7d634dfd0239e68524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:53:39 +0000 Subject: [PATCH] Bump pydantic from 2.11.7 to 2.11.9 in the python group Bumps the python group with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.9) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.9 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 c8daddb..ed5551f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "click==8.2.1", "jinja2==3.1.6", "myst-parser==4.0.1", - "pydantic==2.11.7", + "pydantic==2.11.9", "requests==2.32.5", "sphinx-rtd-theme==3.0.2", "sphinx==8.2.3",