From 6473a5525962c5e5d607a0769a8502531b96c4bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:10:12 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.27.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.26.0 | 0.27.0 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 001fb4b..d62eb36 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.108.0 -uvicorn==0.26.0 +uvicorn==0.27.0 fts3==3.12.2 beautifulsoup4==4.12.2 minio==7.2.3