From f5bb8cff2b793f5f55e1fa0e54cd48fec15518f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:42:20 +0000 Subject: [PATCH] feat(Dependencies): Update dependency fastapi to v0.109.0 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.108.0 | 0.109.0 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index d62eb36..0e6ad82 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.108.0 +fastapi==0.109.0 uvicorn==0.27.0 fts3==3.12.2 beautifulsoup4==4.12.2