From cd20f386645c4c2adb8b13fab51c2221cb1f8274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:58:07 +0000 Subject: [PATCH] feat(Dependencies): Update dependency uvicorn to v0.30.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.30.3 | 0.30.4 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index fd7efa3..f50c02b 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.111.1 -uvicorn==0.30.3 +uvicorn==0.30.4 werkzeug==3.0.3 Jinja2==3.1.4 python-dotenv==1.0.1