From 28696ec307a04baa8af22141203b80d03639ded6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:03:59 +0000 Subject: [PATCH] Bump pydantic from 2.13.4 to 2.13.5 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 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.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-docker.txt | 2 +- backend/src/requirements_docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-docker.txt b/backend/requirements-docker.txt index f4d8868..ae8a3cb 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -2,7 +2,7 @@ ariadne==1.1.0 asyncpg==0.31.0 fastapi==0.141.1 httpx==0.28.1 -pydantic==2.13.4 +pydantic==2.13.5 python-multipart==0.0.32 python-jose==3.5.0 uvicorn==0.52.4 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 89e74e6..80d3faf 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -7,7 +7,7 @@ httpx==0.28.1 isort==8.0.1 mypy==1.14.1 psycopg2-binary==2.9.12 -pydantic==2.13.4 +pydantic==2.13.5 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0