From 4eaae11dd2a4691ee623278e0cd3e8029fb5c050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:29:42 +0000 Subject: [PATCH] Update fastapi requirement from <0.106 to <0.109 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.1.11...0.108.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 91b51b4..2fc9068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dependencies = [ "colorama<0.5", "colorlog<7", "crate[sqlalchemy]", - "fastapi<0.106", + "fastapi<0.109", "halo<0.1", "icecream<3", "Jinja2<4",