From f40523fa2639cbf3d87ab98384da85f2137fb1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:46:46 +0000 Subject: [PATCH] dependency: (deps): bump pydantic-core from 2.46.1 to 2.46.2 in /backend Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.1 to 2.46.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.46.2 dependency-type: direct:production update-type: version-update:semver-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 2ff8d49a..b4b7eb34 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,7 @@ pillow==10.4.0 psycopg2==2.9.11 pycparser==2.23 pydantic==2.13.2 -pydantic_core==2.46.1 +pydantic_core==2.46.2 PyJWT==2.12.1 pymongo==4.16.0 PyMuPDF==1.27.2.2