Update dependency fastapi to ^0.109.0

This commit is contained in:
renovate[bot]
2024-01-23 08:11:37 +00:00
parent c08a799d68
commit f4dc5e73f9
2 changed files with 10 additions and 11 deletions

19
poetry.lock generated
View File

@ -313,20 +313,19 @@ test = ["pytest (>=6)"]
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.105.0" version = "0.109.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"}, {file = "fastapi-0.109.0-py3-none-any.whl", hash = "sha256:8c77515984cd8e8cfeb58364f8cc7a28f0692088475e2614f7bf03275eba9093"},
{file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"}, {file = "fastapi-0.109.0.tar.gz", hash = "sha256:b978095b9ee01a5cf49b19f4bc1ac9b8ca83aa076e770ef8fd9af09a2b88d191"},
] ]
[package.dependencies] [package.dependencies]
anyio = ">=3.7.1,<4.0.0"
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
starlette = ">=0.27.0,<0.28.0" starlette = ">=0.35.0,<0.36.0"
typing-extensions = ">=4.8.0" typing-extensions = ">=4.8.0"
[package.extras] [package.extras]
@ -1259,14 +1258,14 @@ files = [
[[package]] [[package]]
name = "starlette" name = "starlette"
version = "0.27.0" version = "0.35.1"
description = "The little ASGI library that shines." description = "The little ASGI library that shines."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "starlette-0.27.0-py3-none-any.whl", hash = "sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91"}, {file = "starlette-0.35.1-py3-none-any.whl", hash = "sha256:50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25"},
{file = "starlette-0.27.0.tar.gz", hash = "sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75"}, {file = "starlette-0.35.1.tar.gz", hash = "sha256:3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc"},
] ]
[package.dependencies] [package.dependencies]
@ -1642,4 +1641,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "e593aadb96978fbf0c514362b3c75c96e949b1f7c4c074c5b3536f9a4ab4cc17" content-hash = "d66930a22bdb9bdfd518374bb27f2e70cea2122c9a0e2c74e7584a5629f3e0b1"

View File

@ -9,7 +9,7 @@ python = "^3.10"
reader = "^3.4" reader = "^3.4"
discord-webhook = "^1.0.0" discord-webhook = "^1.0.0"
platformdirs = "^3.0.0" platformdirs = "^3.0.0"
fastapi = "^0.105.0" fastapi = "^0.109.0"
uvicorn = { extras = ["standard"], version = "^0.27.0" } uvicorn = { extras = ["standard"], version = "^0.27.0" }
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
apscheduler = "^3.10.0" apscheduler = "^3.10.0"