From c3d7884fbd8fbee82ba7771d164463a6973282e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:47:40 +0000 Subject: [PATCH] Bump uvicorn[standard] from 0.26.0 to 0.29.0 in /app Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.26.0 to 0.29.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.26.0...0.29.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 479c6a3..c237812 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ python-gvm==24.1.0 fastapi==0.109.0 python-multipart==0.0.6 -uvicorn[standard]==0.26.0 +uvicorn[standard]==0.29.0 bcrypt==4.1.2 python-jose[cryptography]==3.3.0 redis[hiredis]==5.0.1 \ No newline at end of file