diff --git a/poetry.lock b/poetry.lock index 3bfc131..47b57b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,13 +992,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.5" +version = "4.66.6" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, - {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, + {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, + {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, ] [package.dependencies] @@ -1142,4 +1142,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2d170c6ec82f4cadb58f70f70e031f50b15417dfb2c6d111f1e8252f45535e15" +content-hash = "fceb63aa918237e025c8f0c15d91ab790dd88fd2dfd4067edad4f4b6d525cf38" diff --git a/pyproject.toml b/pyproject.toml index 8d886ad..49221eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pydantic = "^2.9.2" python = "^3.11" PyYAML = "^6.0.2" trio = "^0.27.0" -tqdm = "^4.66.5" +tqdm = "^4.66.6" typed-argparse = "^0.3.1" jsonpath-ng = "^1.7.0" beautifulsoup4 = "^4.12.3"