From f810ad2e859c3b21052117f064b77086ef399911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:34:43 +0000 Subject: [PATCH] Bump uvicorn from 0.30.6 to 0.31.0 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.6 to 0.31.0. - [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.30.6...0.31.0) --- 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 8a90848..dc84786 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.30.6 +uvicorn==0.31.0 whitenoise==6.7.0