From eec5f55f84ce8d4eff2576ca00992885a905505b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:53:15 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.8.2 to 2.13.5 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a1f5392..825651c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "fastapi==0.112.0", "uvicorn[standard]==0.30.6", - "pydantic==2.8.2", + "pydantic==2.13.5", "pydantic-settings==2.3.4", "email-validator==2.2.0", "python-multipart==0.0.9", diff --git a/backend/requirements.txt b/backend/requirements.txt index d3cb63e..2886f54 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies (matches pyproject.toml [project.dependencies]) fastapi==0.112.0 uvicorn[standard]==0.30.6 -pydantic==2.8.2 +pydantic==2.13.5 pydantic-settings==2.3.4 email-validator==2.2.0 python-multipart==0.0.9