diff --git a/poetry.lock b/poetry.lock index 687c196..20561b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1508,13 +1508,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.1" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, - {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -1637,4 +1637,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b3af38e7be31431bc40f6f566574be03b4e22017ff9965a28703c8321b618806" +content-hash = "3515510c5bfa292a9c9463229611ad17bfc6922da942b675626217cad30887be" diff --git a/pyproject.toml b/pyproject.toml index 8c263f7..97b7c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ sqlite-utils = "^3.36" pydantic = "^2.5.2" colorlog = "^6.8.0" click = "^8.1.7" -tqdm = "^4.66.1" +tqdm = "^4.66.3" [tool.poetry.group.dev.dependencies]