diff --git a/poetry.lock b/poetry.lock index d5d8357..4af60a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1524,27 +1524,6 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "tqdm" -version = "4.64.1" -description = "Fast, Extensible Progress Meter" -category = "main" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" -files = [ - {file = "tqdm-4.64.1-py2.py3-none-any.whl", hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1"}, - {file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"}, -] - -[package.dependencies] -colorama = {version = "*", markers = "platform_system == \"Windows\""} - -[package.extras] -dev = ["py-make (>=0.1.0)", "twine", "wheel"] -notebook = ["ipywidgets (>=6)"] -slack = ["slack-sdk"] -telegram = ["requests"] - [[package]] name = "types-protobuf" version = "3.20.4.6" @@ -1749,4 +1728,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.12" -content-hash = "1d8f1bde762ed7674faeb003d2c812ccb370231fab4cecc3122c66a0d013d72c" +content-hash = "b40e13b2964f29ffc045dd31ce03e51833f80158a5326649b61397e9e9dc1bbf" diff --git a/pyproject.toml b/pyproject.toml index e3d9ef0..0caa0c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ rich = "^13.3.1" "ruamel.yaml" = "^0.17.21" sortedcontainers = "^2.4.0" subtitle-filter = "^1.4.4" -tqdm = "^4.64.1" Unidecode = "^1.3.6" urllib3 = "^1.26.14"