Update deps

This commit is contained in:
2023-07-23 02:17:21 +02:00
parent c67e675883
commit fd4de89515
2 changed files with 9 additions and 9 deletions

14
poetry.lock generated
View File

@@ -736,13 +736,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam
[[package]] [[package]]
name = "taskiq" name = "taskiq"
version = "0.8.3" version = "0.8.5"
description = "Distributed task queue with full async support" description = "Distributed task queue with full async support"
optional = false optional = false
python-versions = ">=3.8.1,<4.0.0" python-versions = ">=3.8.1,<4.0.0"
files = [ files = [
{file = "taskiq-0.8.3-py3-none-any.whl", hash = "sha256:7d9dd582de049473a61f67f02a7e338c8894319bfd7f4b56aedc5106ab726303"}, {file = "taskiq-0.8.5-py3-none-any.whl", hash = "sha256:cf3f0210dedce98855c95130ffa3e95731b7d6aeadffc356d33dbfdc08453a1a"},
{file = "taskiq-0.8.3.tar.gz", hash = "sha256:a0a1475fa6ec312bb18acb3313d6d7ee55d77b375336e9f320fe4737fcfa50f9"}, {file = "taskiq-0.8.5.tar.gz", hash = "sha256:c86aac679343ad56f95854b3c8653739b0a4a61cb913c2a83e9d1dd4ab45f6cd"},
] ]
[package.dependencies] [package.dependencies]
@@ -830,13 +830,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]] [[package]]
name = "uvicorn" name = "uvicorn"
version = "0.23.0" version = "0.23.1"
description = "The lightning-fast ASGI server." description = "The lightning-fast ASGI server."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "uvicorn-0.23.0-py3-none-any.whl", hash = "sha256:479599b2c0bb1b9b394c6d43901a1eb0c1ec72c7d237b5bafea23c5b2d4cdf10"}, {file = "uvicorn-0.23.1-py3-none-any.whl", hash = "sha256:1d55d46b83ee4ce82b4e82f621f2050adb3eb7b5481c13f9af1744951cae2f1f"},
{file = "uvicorn-0.23.0.tar.gz", hash = "sha256:d38ab90c0e2c6fe3a054cddeb962cfd5d0e0e6608eaaff4a01d5c36a67f3168c"}, {file = "uvicorn-0.23.1.tar.gz", hash = "sha256:da9b0c8443b2d7ee9db00a345f1eee6db7317432c9d4400f5049cc8d358383be"},
] ]
[package.dependencies] [package.dependencies]
@@ -1028,4 +1028,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "f78e8292f3a58a938033f0ed59badb8f26b4b180f3dbf13a06409eec94862175" content-hash = "e6cacc230b0e4c7fbf2eb6f36fec37d9617beffa67866257155553b460d5efaa"

View File

@@ -12,12 +12,12 @@ pydantic = "^2.0.3"
fastapi = "^0.100.0" fastapi = "^0.100.0"
orjson = "^3.9.2" orjson = "^3.9.2"
redis = {extras = ["hiredis"], version = "^4.6.0"} redis = {extras = ["hiredis"], version = "^4.6.0"}
taskiq = "^0.8.3" taskiq = "^0.8.5"
taskiq-redis = "^0.4.0" taskiq-redis = "^0.4.0"
sentry-sdk = "^1.28.1" sentry-sdk = "^1.28.1"
httpx = "^0.24.1" httpx = "^0.24.1"
minio = "^7.1.15" minio = "^7.1.15"
uvicorn = {extras = ["standard"], version = "^0.23.0"} uvicorn = {extras = ["standard"], version = "^0.23.1"}
transliterate = "^1.10.2" transliterate = "^1.10.2"
pydantic-settings = "^2.0.2" pydantic-settings = "^2.0.2"