From 50f4af5b4db3d840064fb6fa332f7c08e53660dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:22:33 +0000 Subject: [PATCH] build(deps): update fastapi[standard] requirement in /user_data Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.119.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.119.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- user_data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/requirements.txt b/user_data/requirements.txt index ce7a902..26b5786 100644 --- a/user_data/requirements.txt +++ b/user_data/requirements.txt @@ -1,5 +1,5 @@ alembic~=1.15.1 -fastapi[standard]~=0.115.8 +fastapi[standard]~=0.119.0 filelock~=3.17.0 httpx~=0.28.1 Jinja2~=3.1.5