Update dependency fastapi to ^0.105.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -310,14 +310,14 @@ test = ["pytest (>=6)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.104.1"
|
version = "0.105.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"},
|
{file = "fastapi-0.105.0-py3-none-any.whl", hash = "sha256:f19ebf6fdc82a3281d10f2cb4774bdfa90238e3b40af3525a0c09fd08ad1c480"},
|
||||||
{file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"},
|
{file = "fastapi-0.105.0.tar.gz", hash = "sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1637,4 +1637,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 = "b559af58f8f5b6bad1fb14a78e1536f2b4f14e5cb97b2e336db9832fe561e0ab"
|
content-hash = "0e2c41328fec0117699bb1c25ce4bb8aab55ddb0774275063df41ddf8276fd83"
|
||||||
|
@ -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.104.0"
|
fastapi = "^0.105.0"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.24.0" }
|
uvicorn = { extras = ["standard"], version = "^0.24.0" }
|
||||||
jinja2 = "^3.1.2"
|
jinja2 = "^3.1.2"
|
||||||
apscheduler = "^3.10.0"
|
apscheduler = "^3.10.0"
|
||||||
|
Reference in New Issue
Block a user