From e91a88dbe90a760bce93fa5767974ad0ad08fc4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:35:31 +0000 Subject: [PATCH] feat(Dependencies): Update dependency fastapi to v0.115.5 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.115.0 | 0.115.5 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b828a56..286aef3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.0 +fastapi==0.115.5 uvicorn==0.32.0 fts3==3.13.1 beautifulsoup4==4.12.3