From de6cc622b243e09d5681a0180b33aa7fd573414a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:06:36 +0000 Subject: [PATCH] Bump types-tqdm from 4.67.0.20241119 to 4.67.0.20241221 Bumps [types-tqdm](https://github.com/python/typeshed) from 4.67.0.20241119 to 4.67.0.20241221. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c892a1..af8bb2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dev = [ "pre-commit==4.0.1", "ruff==0.8.3", "types-requests==2.32.0.20241016", - "types-tqdm==4.67.0.20241119" + "types-tqdm==4.67.0.20241221" ] github-actions = [ "ruff==0.8.3",