From ce4a72e245a2e92e2240447d1c1cf281dbad0965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:07:56 +0000 Subject: [PATCH] chore(deps): bump the pip group with 1 update Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. Updates `fastapi` to 0.108.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.105.0...0.108.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24277e80..b7a3ff24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = { extras = ["all"], version = "^0.105.0" } +fastapi = { extras = ["all"], version = "^0.108.0" } sqlalchemy = "^2.0.22" alembic = "^1.12.1" celery = "^5.3.4"