From c3dfbb67b3bac7efbcb82ceab0f554d9ccd510fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:25:27 +0000 Subject: [PATCH] fix(deps): bump uvicorn from 0.32.0 to 0.34.0 in /requirements Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.32.0 to 0.34.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.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 44aea23..2111d35 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ fastapi==0.115.5 -uvicorn==0.32.0 +uvicorn==0.34.0 python-multipart==0.0.17 SQLAlchemy==2.0.36 asyncpg==0.30.0