From 957fa1cbe5baf0b30139516a4d1482da061a0997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:37:29 +0000 Subject: [PATCH] Bump uvicorn from 0.20.0 to 0.30.4 in /backend Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.30.4. - [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.20.0...0.30.4) --- 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 982f36a..5ae99de 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,4 +9,4 @@ python-jose==3.3.0 python-multipart==0.0.5 sendgrid==6.9.7 SQLAlchemy==1.4.42 -uvicorn==0.20.0 \ No newline at end of file +uvicorn==0.30.4 \ No newline at end of file