diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 4603683a2..4b7888a5d 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -9,7 +9,7 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "core==0.2.0rc0", "click==8.1.7", - "tqdm==4.66.4", + "tqdm==4.67.1", ] [project.optional-dependencies]