Merge pull request #20 from msoedov/dependabot/pip/fire-0.6.0

build(deps): bump fire from 0.5.0 to 0.6.0
This commit is contained in:
Alexander Myasoedov
2024-05-07 12:27:45 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ agentic_security = "agentic_security.__main__:entrypoint"
python = "^3.9"
fastapi = ">=0.109.1,<0.112.0"
uvicorn = ">=0.23.2,<0.30.0"
fire = "^0.5.0"
fire = ">=0.5,<0.7"
loguru = "^0.7.2"
httpx = ">=0.25.1,<0.28.0"
cache-to-disk = "^2.0.0"