diff --git a/poetry.lock b/poetry.lock index 0418804..cccb7e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2553,6 +2553,22 @@ type = "legacy" url = "http://192.168.1.2:5001/index" reference = "threadripper" +[[package]] +name = "types-tqdm" +version = "4.66.0.20240417" +description = "Typing stubs for tqdm" +optional = false +python-versions = ">=3.8" +files = [ + {file = "types-tqdm-4.66.0.20240417.tar.gz", hash = "sha256:16dce9ef522ea8d40e4f5b8d84dd8a1166eefc13ceee7a7e158bf0f1a1421a31"}, + {file = "types_tqdm-4.66.0.20240417-py3-none-any.whl", hash = "sha256:248aef1f9986b7b8c2c12b3cb4399fc17dba0a29e7e3f3f9cd704babb879383d"}, +] + +[package.source] +type = "legacy" +url = "http://192.168.1.2:5001/index" +reference = "threadripper" + [[package]] name = "typing-extensions" version = "4.12.1" @@ -2695,4 +2711,4 @@ reference = "threadripper" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "64b30e34cd397481936704022e9e7e8a256a85215b180199c56ca8770c0bdc0e" +content-hash = "e311eaec3058b444c5bb980a3700ca9de273d7948ace5d5b94363f4f967b622a" diff --git a/pyproject.toml b/pyproject.toml index 6a4305d..b7dddc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ types-requests = "^2.32.0.20240602" types-retry = "^0.9.9.4" flake8-pyproject = "^1.2.3" pandas-stubs = "^2.2.2.240603" +types-tqdm = "^4.66.0.20240417" [tool.poetry.group.dev.dependencies]