Update dependency fastapi to ^0.96.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -284,14 +284,14 @@ test = ["pytest (>=6)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.95.2"
|
version = "0.96.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.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "fastapi-0.95.2-py3-none-any.whl", hash = "sha256:d374dbc4ef2ad9b803899bd3360d34c534adc574546e25314ab72c0c4411749f"},
|
{file = "fastapi-0.96.0-py3-none-any.whl", hash = "sha256:b8e11fe81e81eab4e1504209917338e0b80f783878a42c2b99467e5e1019a1e9"},
|
||||||
{file = "fastapi-0.95.2.tar.gz", hash = "sha256:4d9d3e8c71c73f11874bcf5e33626258d143252e329a01002f767306c64fb982"},
|
{file = "fastapi-0.96.0.tar.gz", hash = "sha256:71232d47c2787446991c81c41c249f8a16238d52d779c0e6b43927d3773dbe3c"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1439,4 +1439,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "4fa86741316511bbd2e740847b954cae9ec8e5d4ba4b7554907d1c241f41c14a"
|
content-hash = "f070825c4638b2e29f2b7a7788c1a6251d1057407b91f6cf4433939300548265"
|
||||||
|
@ -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.95.0"
|
fastapi = "^0.96.0"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.22.0" }
|
uvicorn = { extras = ["standard"], version = "^0.22.0" }
|
||||||
jinja2 = "^3.1.2"
|
jinja2 = "^3.1.2"
|
||||||
apscheduler = "^3.10.0"
|
apscheduler = "^3.10.0"
|
||||||
|
Reference in New Issue
Block a user