Update dependency fastapi to ^0.103.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -295,14 +295,14 @@ test = ["pytest (>=6)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.102.0"
|
version = "0.103.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.102.0-py3-none-any.whl", hash = "sha256:34db27d0af54ee0d92c540e83c6ee6a11de93f63bbdf73fda54fff9a10c52569"},
|
{file = "fastapi-0.103.0-py3-none-any.whl", hash = "sha256:61ab72c6c281205dd0cbaccf503e829a37e0be108d965ac223779a8479243665"},
|
||||||
{file = "fastapi-0.102.0.tar.gz", hash = "sha256:e3652cb9bdf4df1dedda4fce9454e9f75a8c969b5cdd3faf1bd5c6f5d2daab08"},
|
{file = "fastapi-0.103.0.tar.gz", hash = "sha256:4166732f5ddf61c33e9fa4664f73780872511e0598d4d5434b1816dc1e6d9421"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1546,4 +1546,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 = "76e8832125f4c8faba547fd605c6b572a6485c27e859ce99c8b0baeb914ac2c9"
|
content-hash = "cabc34b93745a1e9c59b5f751ea487e45f237fb20131517a9d28c0352f56722b"
|
||||||
|
@ -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.102.0"
|
fastapi = "^0.103.0"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.23.0" }
|
uvicorn = { extras = ["standard"], version = "^0.23.0" }
|
||||||
jinja2 = "^3.1.2"
|
jinja2 = "^3.1.2"
|
||||||
apscheduler = "^3.10.0"
|
apscheduler = "^3.10.0"
|
||||||
|
Reference in New Issue
Block a user