From 2ef4cf104a036f6208596e7fab9377dcf4d42379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:06:25 +0000 Subject: [PATCH] Bump pydantic from 2.12.3 to 2.12.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 to 2.12.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57e3987..92102db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.119.0 uvicorn==0.38.0 aiogram==3.22.0 PyYAML==6.0.2 -pydantic==2.12.3 +pydantic==2.12.5 uvloop==0.22.1; sys_platform == 'linux' click==8.1.8 orjson==3.11.4