From cf9d7e24306331e9071045750bf648002766dd78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:53:15 +0000 Subject: [PATCH] Bump uvicorn from 0.29.0 to 0.30.6 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.6. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.29.0...0.30.6) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fc36cc9..ae1ffa1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,5 +24,5 @@ sqlparse==0.5.1 tqdm==4.66.5 typing_extensions==4.12.2 urllib3==2.2.3 -uvicorn==0.29.0 +uvicorn==0.30.6 whitenoise==6.7.0