mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-06 11:47:48 +02:00
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:
Generated
+3
-3
@@ -673,12 +673,12 @@ typing = ["typing-extensions (>=4.8)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fire"
|
name = "fire"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
description = "A library for automatically generating command line interfaces."
|
description = "A library for automatically generating command line interfaces."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
{file = "fire-0.5.0.tar.gz", hash = "sha256:a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"},
|
{file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -3194,4 +3194,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "b29700a8e3d5d5086bb0acde90e9480d87de4ee0874b85d5a37a635977237525"
|
content-hash = "a7bd7081eec3998a8d95b2c137c44c2ab6fa71c4b439b6bdeb5e485c2dc33046"
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ agentic_security = "agentic_security.__main__:entrypoint"
|
|||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
fastapi = ">=0.109.1,<0.112.0"
|
fastapi = ">=0.109.1,<0.112.0"
|
||||||
uvicorn = ">=0.23.2,<0.30.0"
|
uvicorn = ">=0.23.2,<0.30.0"
|
||||||
fire = "^0.5.0"
|
fire = ">=0.5,<0.7"
|
||||||
loguru = "^0.7.2"
|
loguru = "^0.7.2"
|
||||||
httpx = ">=0.25.1,<0.28.0"
|
httpx = ">=0.25.1,<0.28.0"
|
||||||
cache-to-disk = "^2.0.0"
|
cache-to-disk = "^2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user