From 0ba79eb0375232a94256ef5b1cccd582b057c809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:31:37 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.31.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.6 | 0.31.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 00baf29..476aa63 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.115.0 -uvicorn==0.30.6 +uvicorn==0.31.0 werkzeug==3.0.4 Jinja2==3.1.4 python-dotenv==1.0.1