mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-29 08:39:57 +02:00
feat(minor deps update):
This commit is contained in:
+5
-5
@@ -26,9 +26,9 @@ agentic_security = "agentic_security.__main__:entrypoint"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = "^0.115.0"
|
||||
uvicorn = "^0.31.1"
|
||||
fire = ">=0.5,<0.7"
|
||||
fastapi = "^0.115.2"
|
||||
uvicorn = "^0.32.0"
|
||||
fire = "0.7.0"
|
||||
loguru = "^0.7.2"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
cache-to-disk = "^2.0.0"
|
||||
@@ -41,8 +41,8 @@ pydantic = "2.9.2"
|
||||
scikit-optimize = "^0.10.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.8.0"
|
||||
mypy = "^1.11.2"
|
||||
black = "^24.10.0"
|
||||
mypy = "^1.12.0"
|
||||
pytest = "^8.3.3"
|
||||
pre-commit = "^4.0.1"
|
||||
inline-snapshot = "^0.13.3"
|
||||
|
||||
Reference in New Issue
Block a user