From 8a20a39106a06b22994d0468a7bb3fab867a69c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:51:51 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.53.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.52.4 | 0.53.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 727ef66..cb30b31 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.141.1 -uvicorn==0.52.4 +uvicorn==0.53.0 werkzeug==3.1.8 Jinja2==3.1.6 python-dotenv==1.2.3