From 0645a50166c43024ed0af4743e5d001d5de369cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 03:05:44 +0000 Subject: [PATCH] build(deps): update uvicorn requirement from ^0.21.1 to ^0.22.0 Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [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.22.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f4eef5..9e579a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["MarionetkaX "] [tool.poetry.dependencies] python = "^3.10" fastapi = "^0.94.1" -uvicorn = "^0.21.1" +uvicorn = "^0.22.0" SQLAlchemy = "^1.4.32" alembic = "^1.7.7" sqlmodel = "^0.0.8"