From 86153f14ccc11e2b29f411aa2e74114a438240bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:19:23 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.30.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.29.0 | 0.30.1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index f7cea2e..121637a 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.110.3 -uvicorn==0.29.0 +uvicorn==0.30.1 werkzeug==3.0.3 Jinja2==3.1.4 python-dotenv==1.0.1