From 20b505ae22a827a64f67a2553d149621c3c4bf14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:51:50 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.30.5 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.3 | 0.30.5 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index bb8fffc..61fd62c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.111.1 -uvicorn==0.30.3 +uvicorn==0.30.5 fts3==3.13.1 beautifulsoup4==4.12.3 minio==7.2.7