From 771d684ee4833f0722b3472ffcd2e26cc3ded8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:07:34 +0000 Subject: [PATCH] dependency: (deps): bump pydantic-core from 2.46.2 to 2.46.3 in /backend Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.2 to 2.46.3. - [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.3 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 cb5eaa2b..515b3519 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,7 @@ pillow==10.4.0 psycopg2==2.9.12 pycparser==2.23 pydantic==2.13.3 -pydantic_core==2.46.2 +pydantic_core==2.46.3 PyJWT==2.12.1 pymongo==4.16.0 PyMuPDF==1.27.2.2