diff --git a/poetry.lock b/poetry.lock index 75ddb27..ddf4588 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4155,13 +4155,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.3" +version = "4.67.0" 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.67.0-py3-none-any.whl", hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be"}, + {file = "tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a"}, ] [package.dependencies] @@ -4169,6 +4169,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -4664,4 +4665,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 = "42a14ac8471642ec721d2993b63e65bdfc8adb0d6fc1f5e526277c4fcaf52c72" diff --git a/pyproject.toml b/pyproject.toml index eab874a..c9ab501 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.67.0" transformers = "4.39.1" pre-commit = "^3.4.0" pytest = "^8.1.1"