mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(Update deps):
This commit is contained in:
Generated
+287
-662
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -26,8 +26,8 @@ agentic_security = "agentic_security.__main__:entrypoint"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = ">=0.109.1,<0.112.0"
|
||||
uvicorn = ">=0.23.2,<0.30.0"
|
||||
fastapi = "^0.112.1"
|
||||
uvicorn = "^0.30.6"
|
||||
fire = ">=0.5,<0.7"
|
||||
loguru = "^0.7.2"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
@@ -39,13 +39,13 @@ colorama = "^0.4.4"
|
||||
matplotlib = "^3.4.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = ">=23.10.1,<25.0.0"
|
||||
black = "^24.8.0"
|
||||
mypy = "^1.6.1"
|
||||
httpx = ">=0.25.1,<0.28.0"
|
||||
pytest = ">=7.4.3,<9.0.0"
|
||||
pre-commit = "^3.5.0"
|
||||
pytest = "^8.3.2"
|
||||
pre-commit = "^3.8.0"
|
||||
inline-snapshot = ">=0.8,<0.10"
|
||||
langchain-groq = "^0.1.3"
|
||||
langchain-groq = "^0.1.9"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
Reference in New Issue
Block a user