Update dependency fastapi to ^0.115.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -305,13 +305,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.114.2"
|
version = "0.115.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"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "fastapi-0.114.2-py3-none-any.whl", hash = "sha256:44474a22913057b1acb973ab90f4b671ba5200482e7622816d79105dcece1ac5"},
|
{file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"},
|
||||||
{file = "fastapi-0.114.2.tar.gz", hash = "sha256:0adb148b62edb09e8c6eeefa3ea934e8f276dabc038c5a82989ea6346050c3da"},
|
{file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1658,4 +1658,4 @@ watchdog = ["watchdog (>=2.3)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "3a9e516f6c8548bf0799c7d06b0c1eb5661528b42e170fae08bb8d605086da55"
|
content-hash = "5e3187c0729f006421333ced258615b43462a2853ba3a18f19e431e1f89fc7b2"
|
||||||
|
@ -9,7 +9,7 @@ python = "^3.12"
|
|||||||
apscheduler = "^3.10.4"
|
apscheduler = "^3.10.4"
|
||||||
beautifulsoup4 = "^4.12.3"
|
beautifulsoup4 = "^4.12.3"
|
||||||
discord-webhook = "^1.3.1"
|
discord-webhook = "^1.3.1"
|
||||||
fastapi = "^0.114.0"
|
fastapi = "^0.115.0"
|
||||||
httpx = "^0.27.0"
|
httpx = "^0.27.0"
|
||||||
jinja2 = "^3.1.4"
|
jinja2 = "^3.1.4"
|
||||||
lxml = "^4.9.4"
|
lxml = "^4.9.4"
|
||||||
|
Reference in New Issue
Block a user