From 8a1c2298cfcc97278fe71303b981f1c7161b503a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 12:39:38 +0000 Subject: [PATCH] build(deps): update fastapi requirement from ^0.75.2 to ^0.76.0 Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.75.2...0.76.0) --- updated-dependencies: - dependency-name: fastapi 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 2847ec0..d7a6871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["MarionetkaX "] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.75.2" +fastapi = "^0.76.0" uvicorn = "^0.17.6" SQLAlchemy = "^1.4.32" alembic = "^1.7.7"