From bb1e8fdd5dbb93c33d5ec44454cff49ab40c23b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:30:17 +0800 Subject: [PATCH] :arrow_up: Update fastapi requirement from ^0.111.0 to ^0.112.0 (#15) 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.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 585a95a..3724c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-asyncio = { version = "^0.23.2", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^5.0.0" arko-wrapper = "^0.3.0" -fastapi = "^0.111.0" +fastapi = "^0.112.0" uvicorn = { extras = ["standard"], version = "^0.30.1" } sentry-sdk = "^2.5.1" GitPython = "^3.1.30"