diff --git a/poetry.lock b/poetry.lock index ec6fd6d..8903c30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 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 = "colorama" @@ -637,13 +637,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] @@ -669,4 +669,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "642445359c4a7c24b98cd772b16d29500d4f277011eea57c2070dd5cd40f1ad9" +content-hash = "b2c8fdff1ff3c0f94ccd886c603bf0112bed0976c0ea931e937807996eccdd2d" diff --git a/pyproject.toml b/pyproject.toml index ae2c2c6..5dff62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.11" matplotlib = "^3.8.2" scikit-video = "^1.1.11" -tqdm = "^4.66.1" +tqdm = "^4.66.3" pandas = "^2.2.0"