From b902f737d7aa1ec5b6a01bf4eb4f389db359a43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:27:23 +0000 Subject: [PATCH] poetry dev(deps-dev): update fastapi requirement 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.112.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 315685a..ef34915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ mkdocs = "^1.6.0" optional = false [tool.poetry.group.fastapi.dependencies] -fastapi = "^0.111.0" +fastapi = "^0.112.1" [tool.pytest.ini_options] minversion = "6.0"