From 9427d7fc34d0ab60f299940693f053c55d675163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 02:02:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20uvicorn=20from=200.21.1=20to=200.28.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.21.1 to 0.28.1. - [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.21.1...0.28.1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbe037a..2ff42fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ fastapi = "^0.95.1" FastAPI-SQLAlchemy = "^0.2.1" pydantic = "^1.10.7" alembic = "^1.10.4" -uvicorn = "^0.22.0" +uvicorn = "^0.28.1" python-dotenv = "^1.0.0" pretty-errors = "^1.2.25" requests = "^2.31.0"