From 76d4bb03a487c7cdc563dabcadacfa4e5d0bb38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:57:24 +0000 Subject: [PATCH] Bump pydantic from 2.10.6 to 2.11.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.1. - [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.10.6...v2.11.1) --- updated-dependencies: - dependency-name: pydantic 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..03d341c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ httpcore==1.0.7 httpx==0.28.1 idna==3.10 iniconfig==2.0.0 -pydantic==2.10.6 +pydantic==2.11.1 pydantic_core==2.27.2 pytest==8.3.4 pytest-asyncio==0.25.3