From 37836583c815343f407b1f65f89fc6a5a689d465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:15:31 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.13.0 to 2.13.2 in /apps/orchestrator Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.2. - [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.13.0...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/orchestrator/requirements.txt | 2 +- apps/orchestrator/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/orchestrator/requirements.txt b/apps/orchestrator/requirements.txt index 7618425..687a642 100644 --- a/apps/orchestrator/requirements.txt +++ b/apps/orchestrator/requirements.txt @@ -6,7 +6,7 @@ # # Do not install from requirements-dev.txt in CI/mainline. -pydantic==2.13.0 +pydantic==2.13.2 jsonschema==4.26.0 typer==0.21.1 rich==15.0.0 diff --git a/apps/orchestrator/setup.cfg b/apps/orchestrator/setup.cfg index 30503dc..0662e14 100644 --- a/apps/orchestrator/setup.cfg +++ b/apps/orchestrator/setup.cfg @@ -19,7 +19,7 @@ package_dir = = src packages = find: install_requires = - pydantic==2.13.0 + pydantic==2.13.2 jsonschema==4.26.0 typer==0.21.1 rich==15.0.0