From 3b496f63e11d5efedd38b9f67fe7f4d213aca18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:36:30 +0000 Subject: [PATCH] Bump pydantic in /backend in the minor-and-patch group Bumps the minor-and-patch group in /backend with 1 update: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.11.5 to 2.11.7 - [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.11.5...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... 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 4005011..46d08e6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ asyncpg==0.30.0 psycopg2-binary==2.9.10 httpx==0.28.1 redis==6.2.0 -pydantic==2.11.5 +pydantic==2.11.7 pydantic-settings==2.9.1 python-jose[cryptography]==3.5.0 alembic==1.16.1 \ No newline at end of file