From 66ac771863e535c90b13d8315f5a20a0cd7d3f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:16:46 +0000 Subject: [PATCH] Bump fastapi from 0.85.0 to 0.109.1 in /Rock-API/api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Rock-API/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rock-API/api/requirements.txt b/Rock-API/api/requirements.txt index be7fd7e..557ff3a 100644 --- a/Rock-API/api/requirements.txt +++ b/Rock-API/api/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary uvicorn==0.18.3 fastapi-jwt-auth==0.5.0 pydantic==1.10.2 -fastapi==0.85.0 +fastapi==0.109.1 Jinja2==3.1.2 python-multipart==0.0.5 bleach \ No newline at end of file