From f89ec39581b1bc5d0491a28a87359ab436a3c455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:34:11 +0000 Subject: [PATCH] Update fastapi requirement from ^0.111.0 to ^0.115.4 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.111.0...0.115.4) --- 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 907f9ac2..42ff33ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" -fastapi = {extras = ["uvicorn"], version = "^0.111.0"} +fastapi = {extras = ["uvicorn"], version = "^0.115.4"} python-multipart = "^0.0.9" jinja2 = "^3.1.4" itsdangerous = "^2.2.0"