Update dependency fastapi to ^0.113.0

This commit is contained in:
renovate[bot]
2024-09-05 16:59:27 +00:00
parent 207d293633
commit 3847036ba3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -305,13 +305,13 @@ files = [
[[package]]
name = "fastapi"
version = "0.112.3"
version = "0.113.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.8"
files = [
{file = "fastapi-0.112.3-py3-none-any.whl", hash = "sha256:f28ef49eb91543f8419a0c9023498b5f311d6611067e2fae2bb218947c499d66"},
{file = "fastapi-0.112.3.tar.gz", hash = "sha256:9b6b41ea59ba948a07142f09d6241bda975fdb86847413136f6e2a1675d3bf25"},
{file = "fastapi-0.113.0-py3-none-any.whl", hash = "sha256:c8d364485b6361fb643d53920a18d58a696e189abcb901ec03b487e35774c476"},
{file = "fastapi-0.113.0.tar.gz", hash = "sha256:b7cf9684dc154dfc93f8b718e5850577b529889096518df44defa41e73caf50f"},
]
[package.dependencies]
@ -1658,4 +1658,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "3e0a56cc51b0b5c631bbe58e45b1a09320e4ca226fb4ce70898d97897964c2a7"
content-hash = "3dc766a130b1a7e529743236b5eb84669c18ae7ddcf9f4c48911158223d495b6"

View File

@ -9,7 +9,7 @@ python = "^3.12"
apscheduler = "^3.10.4"
beautifulsoup4 = "^4.12.3"
discord-webhook = "^1.3.1"
fastapi = "^0.112.0"
fastapi = "^0.113.0"
httpx = "^0.27.0"
jinja2 = "^3.1.4"
lxml = "^4.9.4"