From 1c8d3350b5e5e3ed8203b411fe1ebcff2cc170e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 16:31:16 +0000 Subject: [PATCH] Update dependency fastapi to ^0.96.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38f21a3..303b745 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,14 +284,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.95.2" +version = "0.96.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "fastapi-0.95.2-py3-none-any.whl", hash = "sha256:d374dbc4ef2ad9b803899bd3360d34c534adc574546e25314ab72c0c4411749f"}, - {file = "fastapi-0.95.2.tar.gz", hash = "sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982"}, + {file = "fastapi-0.96.0-py3-none-any.whl", hash = "sha256:b8e11fe81e81eab4e1504209917338e0b80f783878a42c2b99467e5e1019a1e9"}, + {file = "fastapi-0.96.0.tar.gz", hash = "sha256:71232d47c2787446991c81c41c249f8a16238d52d779c0e6b43927d3773dbe3c"}, ] [package.dependencies] @@ -1439,4 +1439,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4fa86741316511bbd2e740847b954cae9ec8e5d4ba4b7554907d1c241f41c14a" +content-hash = "f070825c4638b2e29f2b7a7788c1a6251d1057407b91f6cf4433939300548265" diff --git a/pyproject.toml b/pyproject.toml index 4526ad0..bc86bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" reader = "^3.4" discord-webhook = "^1.0.0" platformdirs = "^3.0.0" -fastapi = "^0.95.0" +fastapi = "^0.96.0" uvicorn = { extras = ["standard"], version = "^0.22.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0"