From 50dbf75dae06798875e942b6ff414c22373c98ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:03:03 +0300 Subject: [PATCH] Bump fastapi from 0.95.0 to 0.109.1 (#38) Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.95.0...0.109.1) --- 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 b4ece5c..df3914e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "FastAPI server to serve GitHub bot that synchronizes issues from dynamic = ["version"] dependencies = [ - "fastapi==0.95.0", + "fastapi==0.109.1", "pyyaml==6.0.0", "pygithub==1.59.0", "uvicorn[standard]==0.22.0",