diff --git a/poetry.lock b/poetry.lock index 2e15e44..05c976d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -875,13 +875,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] @@ -971,4 +971,4 @@ sweeps = ["sweeps (>=0.2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2bb6ea883a61b67b4ba05b83d82f595c26b42bcad8410264bb38f0008fda6c81" +content-hash = "0b71e827bcb2ec993bda919df0c2030c7cde089bdefab8ebfa422083b48a6eda" diff --git a/pyproject.toml b/pyproject.toml index 015eb23..cf03d33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" numpy = "^1.26.3" pillow = "^10.3.0" -tqdm = "^4.66.1" +tqdm = "^4.66.3" opencv-python = "^4.9.0.80" shapely = "^2.0.2" wandb = "^0.16.2"