From f0fc85d4453f57e5b60fd334e4a8c7bf1d462c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:15:32 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.12.5 to 2.13.3 in /demo-app Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.3. - [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.12.5...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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..22c20ae 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.3 ecs_logging==2.3.0 \ No newline at end of file