From befe488ab588559f5d977a34627ec5547c82af0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:56:43 +0000 Subject: [PATCH] build(deps): bump fire from 0.5.0 to 0.6.0 Bumps [fire](https://github.com/google/python-fire) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: fire dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index cc9f1d8..e739049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -673,12 +673,12 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "fire" -version = "0.5.0" +version = "0.6.0" description = "A library for automatically generating command line interfaces." optional = false python-versions = "*" files = [ - {file = "fire-0.5.0.tar.gz", hash = "sha256:a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6"}, + {file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"}, ] [package.dependencies] @@ -3194,4 +3194,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b29700a8e3d5d5086bb0acde90e9480d87de4ee0874b85d5a37a635977237525" +content-hash = "a7bd7081eec3998a8d95b2c137c44c2ab6fa71c4b439b6bdeb5e485c2dc33046" diff --git a/pyproject.toml b/pyproject.toml index 5c1891b..52e0af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"