From 9564da3724ec61df76cafdcf3bd7f24ed5da7c2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:17:02 +0000 Subject: [PATCH] feat(Dependencies): Update dependency fastapi to v0.115.0 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.114.0 | 0.115.0 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 25683f7..e249a7e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.114.0 +fastapi==0.115.0 uvicorn==0.30.3 fts3==3.13.1 beautifulsoup4==4.12.3