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",