From 219254982e5c1f6444bb5d37faa6f0fb218b3e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:25:02 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.11.7 to 2.13.4 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 to 2.13.4. - [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.7...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6448be8..102ca9e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ psycopg2-binary==2.9.9 redis==5.0.1 anthropic==0.84.0 python-dotenv==1.0.1 -pydantic==2.11.7 +pydantic==2.13.4 pydantic-settings==2.2.1 websockets==12.0 apscheduler==3.11.2