From 54ba72cb1038990af001b48b056e7fa40d536c93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:43:57 +0000 Subject: [PATCH] Update dependency fastapi to ^0.102.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 590ecd9..3cd6932 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,14 +295,14 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.101.1" +version = "0.102.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.101.1-py3-none-any.whl", hash = "sha256:aef5f8676eb1b8389952e1fe734abe20f04b71f6936afcc53b320ba79b686a4b"}, - {file = "fastapi-0.101.1.tar.gz", hash = "sha256:7b32000d14ca9992f7461117b81e4ef9ff0c07936af641b4fe40e67d5f9d63cb"}, + {file = "fastapi-0.102.0-py3-none-any.whl", hash = "sha256:34db27d0af54ee0d92c540e83c6ee6a11de93f63bbdf73fda54fff9a10c52569"}, + {file = "fastapi-0.102.0.tar.gz", hash = "sha256:e3652cb9bdf4df1dedda4fce9454e9f75a8c969b5cdd3faf1bd5c6f5d2daab08"}, ] [package.dependencies] @@ -1546,4 +1546,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "67a8d305420a8c0c6133a60393c1bed1a8e5a5e6e6a212504b5c5d53016290e3" +content-hash = "76e8832125f4c8faba547fd605c6b572a6485c27e859ce99c8b0baeb914ac2c9" diff --git a/pyproject.toml b/pyproject.toml index afadf32..693e285 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.101.0" +fastapi = "^0.102.0" uvicorn = { extras = ["standard"], version = "^0.23.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0"