From d95e49bfb8021241e5f9f4f203a91c1892042f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:04:44 +0000 Subject: [PATCH] Bump pydantic Bumps the pip group with 1 update in the /implementations/centralized-discovery-service directory: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 1.10.8 to 1.10.13 - [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/v1.10.8...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- implementations/centralized-discovery-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/centralized-discovery-service/requirements.txt b/implementations/centralized-discovery-service/requirements.txt index c82fab3..8503fbb 100644 --- a/implementations/centralized-discovery-service/requirements.txt +++ b/implementations/centralized-discovery-service/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies with pinned versions for compatibility fastapi==0.95.2 starlette==0.27.0 -pydantic==1.10.8 +pydantic==1.10.13 uvicorn==0.23.2 SQLAlchemy==2.0.31 psycopg2-binary==2.9.9