1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 11:39:22 +01:00

fix(deps): update dependency aiokafka to ^0.14.0

This commit is contained in:
renovate[bot]
2026-05-18 20:50:56 +00:00
committed by GitHub
parent 3e81dd2bf8
commit 60850f3018
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pydantic = "^2.4.0"
pydantic-settings = "^2.0.3"
databases = {extras = ["asyncpg"], version = "^0.8.0"}
grpcio-health-checking = "^1.57.0"
aiokafka = "^0.8.1"
aiokafka = "^0.14.0"
redis = "^5.0.0"
[tool.poetry.dev-dependencies]