From bc855303a73005f8da7d2ca0f09e83137f8eaa95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:10:29 +0000 Subject: [PATCH] Bump pydantic from 2.12.0 to 2.12.3 Bumps [pydantic](https://github.com/pydantic/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 ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5dffa689..247be632 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ uvicorn==0.38.0 fastapi==0.120.4 requests==2.32.5 websockets==15.0.1 -pydantic==2.12.0 +pydantic==2.12.3 setuptools>=40.8.0 vulture>=1.0 bandit>=1.5.1