From 602ee3e8ce17a5f32a764e987205489a2de93ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:54:07 +0000 Subject: [PATCH] chore(deps): bump pydantic Bumps the pip group with 1 update in the /edge-apps/queue-management-system/server directory: [pydantic](https://github.com/pydantic/pydantic). Updates `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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- edge-apps/queue-management-system/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge-apps/queue-management-system/server/requirements.txt b/edge-apps/queue-management-system/server/requirements.txt index 63e815f5e..fb63eca76 100644 --- a/edge-apps/queue-management-system/server/requirements.txt +++ b/edge-apps/queue-management-system/server/requirements.txt @@ -1,3 +1,3 @@ redis==7.4.0 flask==3.1.3 -pydantic==2.12.5 \ No newline at end of file +pydantic==2.13.3 \ No newline at end of file