From e77d8b0e203cfa9588051afad169afb9fd68e88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:15:10 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.12.5 to 2.13.4 in /demo-app Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...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] --- demo-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/requirements.txt b/demo-app/requirements.txt index 45d9659..e77c9b3 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.135.1 uvicorn==0.41.0 motor==3.7.1 -pydantic==2.12.5 +pydantic==2.13.4 ecs_logging==2.3.0 \ No newline at end of file