feat(update deps):

This commit is contained in:
Alexander Myasoedov
2025-01-12 20:02:06 +02:00
parent 16a8a226be
commit b6db40c5ae
2 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ agentic_security = "agentic_security.__main__:main"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.115.6"
uvicorn = "^0.32.0"
uvicorn = "^0.34.0"
fire = "0.7.0"
loguru = "^0.7.3"
httpx = "^0.28.1"
@@ -51,7 +51,7 @@ rich = "13.9.4"
[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.24.0"
pytest-asyncio = "^0.25.2"
inline-snapshot = ">=0.13.3,<0.19.0"
black = "^24.10.0"
mypy = "^1.12.0"