diff --git a/poetry.lock b/poetry.lock index d9f09e0..893fbb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5592,14 +5592,14 @@ urllib3 = ">=2" [[package]] name = "types-tqdm" -version = "4.67.3.20260402" +version = "4.67.3.20260408" description = "Typing stubs for tqdm" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {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"}, + {file = "types_tqdm-4.67.3.20260408-py3-none-any.whl", hash = "sha256:3b9ed74ebef04df8f53d470ffdc84348e93496d8acafa08bf79fafce0f2f5b5d"}, + {file = "types_tqdm-4.67.3.20260408.tar.gz", hash = "sha256:fd849a79891ae7136ed47541aface15c35bd9a13160fa8a93e42e10f60cf4c8d"}, ] [package.dependencies] @@ -6103,4 +6103,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "46ca0ff252f3d1077778f9234fc8d5974ea3507cb5d3a631b0ca07f2c9f6871b" +content-hash = "eb0252d8b485fb57c4916baaefdbe646d4e9c3c90945fe4d7824b3abf5e48f42" diff --git a/pyproject.toml b/pyproject.toml index 306b683..b039f2b 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.3.20260402" # type hints for tqdm +types-tqdm = "4.67.3.20260408" # 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