From 006ef10b554ab9489987990c1b19f81d0805f63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:16:10 +0000 Subject: [PATCH] Bump pydantic from 2.1.1 to 2.4.0 in /src/backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.1.1 to 2.4.0. - [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.1.1...v2.4.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 47c2730..e88fa93 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -20,7 +20,7 @@ python-periphery==2.4.1 psutil==5.9.5 fastapi==0.109.2 uvicorn==0.23.2 -pydantic==2.1.1 +pydantic==2.4.0 dlr==1.10.0 asgi-correlation-id==4.2.0 structlog==22.1.0