From efae6a5c1fd83a140a70ec6b48a37f6b577e585c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:26:40 +0000 Subject: [PATCH] Bump pydantic from 2.10.6 to 2.11.7 --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 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 ed71594..9043469 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ httpcore==1.0.7 httpx==0.28.1 idna==3.10 iniconfig==2.0.0 -pydantic==2.10.6 +pydantic==2.11.7 pydantic_core==2.27.2 pytest==8.3.4 pytest-asyncio==0.25.3