From 4221008d205823d9c0d7e2b40fd8cf7f93997a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:13:11 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.5.3 to 2.13.4 in /apps/sidix_gateway Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 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.5.3...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] --- apps/sidix_gateway/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sidix_gateway/requirements.txt b/apps/sidix_gateway/requirements.txt index cfeea3a5..5de07ea0 100644 --- a/apps/sidix_gateway/requirements.txt +++ b/apps/sidix_gateway/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.109.0 uvicorn==0.27.0 httpx==0.26.0 -pydantic==2.5.3 +pydantic==2.13.4 python-dotenv==1.0.0