From 952297577464c3aa0584994185e45a99a6e76b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 22:12:54 +0200 Subject: [PATCH] chore(deps): update dependency fastapi to v0.98.0 (#33) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78752bb..2ffed36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies=[ [project.optional-dependencies] web=[ "alembic ==1.11.1", - "fastapi ==0.92.0", + "fastapi ==0.98.0", "uvicorn[standard] ==0.20.0", "gunicorn ==20.1.0" ]