From 24377e9077ec3d3276ad32ff1f9f74a43f39e08c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:18:27 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.30.6 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.3 | 0.30.6 | --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 411af85..f2872e0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.0 -uvicorn==0.30.3 +uvicorn==0.30.6 fts3==3.13.1 beautifulsoup4==4.12.3 minio==7.2.7