diff --git a/poetry.lock b/poetry.lock index 4de7c77..66d5f97 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5542,14 +5542,14 @@ urllib3 = ">=2" [[package]] name = "types-tqdm" -version = "4.67.0.20241119" +version = "4.67.3.20260402" description = "Typing stubs for tqdm" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "types-tqdm-4.67.0.20241119.tar.gz", hash = "sha256:1769e0e94d5e6d8fa814965f9cf3d9928376dd15dabcbcb784bb8769081092b4"}, - {file = "types_tqdm-4.67.0.20241119-py3-none-any.whl", hash = "sha256:a18d4eb62db0d35c52707ae13d821b5a57970755273ecb56e133ccc0ac7e7c79"}, + {file = "types_tqdm-4.67.3.20260402-py3-none-any.whl", hash = "sha256:b5d1a65fe3286e1a855e51ddebf63d3641daf9bad285afd1ec56808eb59df76e"}, + {file = "types_tqdm-4.67.3.20260402.tar.gz", hash = "sha256:e0739f3bc5d1c801999a202f0537280aa1bc2e669c49f5be91bfb99376690624"}, ] [package.dependencies] @@ -6052,4 +6052,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "b673e225c3b84406a4858751c5dcbee75b74a710c64cf8b9150860e51eda6313" +content-hash = "d0fa5a9bb6dbcbd2987bccb7e692b85fa0854f95bd0d2bc1d70cd3bb818362d8" diff --git a/pyproject.toml b/pyproject.toml index 0e1a395..2daeffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ PyYAML = "6.0.2" # YAML parser types-PyYAML = "6.0.12.20250516" # type hints for PyYAML pandas-stubs = "2.3.3.260113" # type hints for pandas tqdm = "4.67.1" # progress bar -types-tqdm = "4.67.0.20241119" # type hints for tqdm +types-tqdm = "4.67.3.20260402" # type hints for tqdm pydantic = "2.12.5" # data validation pyreadr = "0.5.4" # read R data files types-psutil = "6.1.0.20241102" # type hints for psutil