From ecab70619055a3396a8ac6d74f3a50839ea2dbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:08:13 +0000 Subject: [PATCH] dependency: (deps): bump pydantic-core from 2.46.3 to 2.46.4 in /backend Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.3 to 2.46.4. - [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/core-v2.46.3...core-v2.46.4) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.46.4 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 4402bf41..240d7437 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.4 -pydantic_core==2.46.3 +pydantic_core==2.46.4 PyJWT==2.12.1 pymongo==4.17.0 PyMuPDF==1.27.2.3