diff --git a/poetry.lock b/poetry.lock index 6c3b2c6..b9fe6a5 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 = "b65117a9c39fd8c7b6b2c1eaad198feedaf25911abf64886eb38c6c50f156f37" +content-hash = "76c5ef50baeab0a28075d20368b0bb2f83494f1c83c19d1275352403a9f3ef3d" diff --git a/pyproject.toml b/pyproject.toml index f467a12..6335bc2 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