From 3b979e9fb8aedfb20bb569a95b94567fd9c4dc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:33:17 +0000 Subject: [PATCH] chore(backend)(deps): bump the fastapi group in /backend with 4 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/Kludex/uvicorn), [pydantic](https://github.com/pydantic/pydantic) and [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. Updates `fastapi` to 0.136.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.0...0.136.1) Updates `uvicorn` to 0.46.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.27.0...0.46.0) Updates `pydantic` to 2.13.3 - [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.10.0...v2.13.3) Updates `pydantic-settings` to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.14.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.1 dependency-type: direct:production dependency-group: fastapi - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:production dependency-group: fastapi - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production dependency-group: fastapi - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production dependency-group: fastapi ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 97c870c..faffb9f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,8 +1,8 @@ # APIs -fastapi>=0.109.0 -uvicorn[standard]>=0.27.0 -pydantic>=2.10.0 -pydantic-settings>=2.1.0 +fastapi>=0.136.1 +uvicorn[standard]>=0.46.0 +pydantic>=2.13.3 +pydantic-settings>=2.14.0 python-multipart>=0.0.6 # Database & Storage