From 2119ba0d12bb232aeb2331a7ed674bb82dd94afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 10:02:07 +0000 Subject: [PATCH] Bump pydantic-core from 2.27.2 to 2.34.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.27.2 to 2.34.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.34.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.34.1 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..574e8c6 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.34.1 pytest==8.3.4 pytest-asyncio==0.25.3 pytest-mock==3.14.0