From 8eb03db8535bf8e6be3966a105f5cb4531a29600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:15:39 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.12.5 to 2.13.1 in /demo-app Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 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..2259b2c 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.1 ecs_logging==2.3.0 \ No newline at end of file