From dab2b16d7d8ff03aad20b9f75fb72ac3a6006704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 02:57:13 +0000 Subject: [PATCH] Bump types-tqdm from 4.67.0.20241119 to 4.67.3.20260402 Bumps [types-tqdm](https://github.com/python/typeshed) from 4.67.0.20241119 to 4.67.3.20260402. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tqdm dependency-version: 4.67.3.20260402 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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