From d6f40fe1480f91bd5a83d9d246c9e3bfbd0436ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:21:02 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.12.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.12.5. - [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.9.2...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f34ee22..e83365e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -15,5 +15,5 @@ websockets==13.1 jinja2==3.1.6 python-multipart==0.0.22 orjson==3.11.6 -pydantic==2.9.2 +pydantic==2.12.5 Pillow>=10.4.0