From 44a7c36899d0f838079ba4f8f75b1d37235d28ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:04:03 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.27.1 | datasource | package | from | to | | ---------- | ------- | ------------ | ------ | | pypi | uvicorn | 0.27.0.post1 | 0.27.1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 4725bc7..b202203 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.109.2 -uvicorn==0.27.0.post1 +uvicorn==0.27.1 werkzeug==3.0.1 Jinja2==3.1.3 python-dotenv==1.0.1