mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update deps
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -446,13 +446,13 @@ sphinx = ["sphinx (>=3.4.0)", "sphinx-jinja2-compat (>=0.1.1)", "sphinx-toolbox
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastapi"
|
name = "fastapi"
|
||||||
version = "0.115.5"
|
version = "0.115.6"
|
||||||
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.115.5-py3-none-any.whl", hash = "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796"},
|
{file = "fastapi-0.115.6-py3-none-any.whl", hash = "sha256:e9240b29e36fa8f4bb7290316988e90c381e5092e0cbe84e7818cc3713bcf305"},
|
||||||
{file = "fastapi-0.115.5.tar.gz", hash = "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289"},
|
{file = "fastapi-0.115.6.tar.gz", hash = "sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -1987,4 +1987,4 @@ type = ["pytest-mypy"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "d0cd80a04ffd74dea9156efe84bc7dffda01362bd509fbca4ea969a3ae629ad4"
|
content-hash = "049480947b7bfd2da1651623fca542de6435159f20f7485947fe11e620193a5d"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ mongojet = "^0.2.5"
|
|||||||
taskiq = "^0.11.10"
|
taskiq = "^0.11.10"
|
||||||
taskiq-redis = "^1.0.2"
|
taskiq-redis = "^1.0.2"
|
||||||
redis = {extras = ["hiredis"], version = "^5.2.1"}
|
redis = {extras = ["hiredis"], version = "^5.2.1"}
|
||||||
fastapi = "^0.115.5"
|
fastapi = "^0.115.6"
|
||||||
authx = "^1.4.0"
|
authx = "^1.4.0"
|
||||||
httpx-oauth = "^0.16.1"
|
httpx-oauth = "^0.16.1"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||||
|
|||||||
Reference in New Issue
Block a user