From 5f3de3ecd363c098e463f0b9f09f1a59fb6af113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:53:06 +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 0a147ff..9da88af 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,6 @@ SQLAlchemy==2.0.36 fastapi==0.115.5 -uvicorn==0.32.0 +uvicorn==0.34.0 asyncpg==0.30.0 pydantic-settings==2.6.1 pydantic[dotenv]==2.9.2