From 9766538f08b29c894659b8f4c229b28e78d43118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:29:21 +0000 Subject: [PATCH] feat(Dependencies): Update dependency fastapi to v0.111.1 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.110.0 | 0.111.1 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index e1f43f3..97c659a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.110.0 +fastapi==0.111.1 uvicorn==0.30.3 fts3==3.13.1 beautifulsoup4==4.12.2