diff --git a/poetry.lock b/poetry.lock index 75ddb27..7efcb21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4155,13 +4155,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.3" +version = "4.66.6" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, - {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, + {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, + {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, ] [package.dependencies] @@ -4664,4 +4664,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6393b816f6abb9bd43f3cbf51ae2c260eba2b6e5d139d9d5c6bab40d8bcfa37e" +content-hash = "9c6e50642b5ee353893b0b0901ff0f14dce8e270c2ff3f4a6a8629d02e898607" diff --git a/pyproject.toml b/pyproject.toml index eab874a..a328b79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ numpy = "^1.24.0" pandas = "^2.0" scikit-learn = "1.4.1.post1" torch = "2.2.2" -tqdm = "4.66.3" +tqdm = "4.66.6" transformers = "4.39.1" pre-commit = "^3.4.0" pytest = "^8.1.1"