From e1a8a830b0ec95bb55550e4f821bbb83a4aca3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:31:17 +0000 Subject: [PATCH] Bump pydantic from 2.11.10 to 2.12.0 Bumps [pydantic](https://github.com/pydantic/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) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 780aab821..4fbad7c07 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -49,4 +49,4 @@ aiohttp psutil freezegun -pydantic==2.11.10 +pydantic==2.12.3