From 0db9f9019b1b99c0eb734a6d70ead80da82f0966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:26:23 +0000 Subject: [PATCH] Bump pydantic-core from 2.27.2 to 2.39.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.2 to 2.39.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.39.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ed71594..7572636 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ httpx==0.28.1 idna==3.10 iniconfig==2.0.0 pydantic==2.10.6 -pydantic_core==2.27.2 +pydantic_core==2.39.0 pytest==8.3.4 pytest-asyncio==0.25.3 pytest-mock==3.14.0