From c0b83782cf2fcc509f6edfd57abb643f216560e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:38:39 +0000 Subject: [PATCH] Bump pydantic from 2.5.3 to 2.10.6 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.10.6. - [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/v2.5.3...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... 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 e913c30..0b954a8 100644 --- a/backend/requirements-docker.txt +++ b/backend/requirements-docker.txt @@ -2,7 +2,7 @@ ariadne==0.22 asyncpg==0.29.0 fastapi==0.109.2 httpx==0.26.0 -pydantic==2.6.1 +pydantic==2.10.6 python-multipart==0.0.9 python-jose==3.3.0 uvicorn==0.27.1 diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index ff5b22d..bee804e 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -2,7 +2,7 @@ ariadne==0.21 fastapi==0.109.2 httpx==0.26.0 psycopg2-binary==2.9.9 -pydantic==2.5.3 +pydantic==2.10.6 python-multipart==0.0.7 python-jose==3.3.0 SQLAlchemy==2.0.24