diff --git a/poetry.lock b/poetry.lock index 15e3b9b..11470b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,16 +534,15 @@ test = ["pytest (>=6)"] [[package]] name = "fire" -version = "0.6.0" +version = "0.7.0" description = "A library for automatically generating command line interfaces." optional = false python-versions = "*" files = [ - {file = "fire-0.6.0.tar.gz", hash = "sha256:54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"}, + {file = "fire-0.7.0.tar.gz", hash = "sha256:961550f07936eaf65ad1dc8360f2b2bf8408fad46abbfa4d2a3794f8d2a95cdf"}, ] [package.dependencies] -six = "*" termcolor = "*" [[package]] @@ -2464,4 +2463,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "b5fe475e0ad4d8cb73c8a260285102e9555108e8e1387daa21526f0dbc7c9b83" +content-hash = "3fe52dbefa10c4b108e123bda3773709a5540c6fd16ee39fa991b33fed5bdf2e" diff --git a/pyproject.toml b/pyproject.toml index ceba3aa..7929a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pydantic = "^2.4.2" pydantic-settings = "^2.0.3" tenacity = "^8.2.3" httpx = {version=">=0.24.1,<0.28.0", extras=["socks"]} -fire = ">=0.5,<0.7" +fire = ">=0.5,<0.8" tqdm = "^4.66.1" loguru = "^0.7.2" aiofiles = "^23.2.1"