From 509c29bef939f7bc042bbd22b905fd9c350cf5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:45:25 +0000 Subject: [PATCH] chore(deps): bump pydantic-core from 2.46.4 to 2.47.0 in /backend Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.4 to 2.47.0. - [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.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 54cfc99..001bc32 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -31,7 +31,7 @@ psycopg-binary==3.3.4 pwdlib==0.3.0 pycparser==3.0 pydantic==2.13.4 -pydantic_core==2.46.4 +pydantic_core==2.47.0 Pygments==2.20.0 PyJWT==2.13.0 python-dotenv==1.2.2