From f5f433ab7497c29fe359dc6d196290e249b40840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:51:10 +0000 Subject: [PATCH] Bump uvicorn from 0.30.1 to 0.30.5 in /api Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.1 to 0.30.5. - [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.1...0.30.5) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index a899a6c..d5a488d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ dynaconf==3.2.5 redis==5.0.7 fastapi==0.111.0 -uvicorn==0.30.1 +uvicorn==0.30.5 structlog==24.2.0 \ No newline at end of file