From 494597d51c136ef03618228a9164418a7a301dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 03:04:48 +0000 Subject: [PATCH] build(deps): update fastapi requirement from ^0.94.1 to ^0.96.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.94.1...0.96.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 7f4eef5..0d5a606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["MarionetkaX "] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.94.1" +fastapi = "^0.96.0" uvicorn = "^0.21.1" SQLAlchemy = "^1.4.32" alembic = "^1.7.7"