From bb94b1599e86baa33a9a088f073fe08a99a10462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:44:32 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.34.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.32.1 | 0.34.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index fed6926..17f5f8f 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.6 -uvicorn==0.32.1 +uvicorn==0.34.0 werkzeug==3.1.3 Jinja2==3.1.4 python-dotenv==1.0.1