From cc924e4c0a0d28b835314ec4a7cfadc7f8ed98f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 22:44:13 +0000 Subject: [PATCH] Bump pydantic-core from 2.46.5 to 2.49.0 in /backend Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.5 to 2.49.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.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c665ce9..e29c1f4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ mdurl==0.1.2 pydantic==2.13.5 pydantic-extra-types==2.11.1 pydantic-settings==2.15.0 -pydantic_core==2.46.5 +pydantic_core==2.49.0 Pygments==2.20.0 PyJWT==2.13.0 python-dotenv==1.2.3