From bd7fd44c074d8d9a29b7c2ee3926d9b7b7234d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 00:34:44 +0000 Subject: [PATCH] Bump pydantic from 2.13.4 to 2.13.5 in /Controller Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Controller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/requirements.txt b/Controller/requirements.txt index bc987b5..a8cf02e 100644 --- a/Controller/requirements.txt +++ b/Controller/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.141.1 starlette>=1.6.0 uvicorn[standard]==0.52.1 snowflake-connector-python==4.7.2 -pydantic==2.13.4 +pydantic==2.13.5 PyYAML==6.0.3 psycopg[binary]==3.3.4