From 94cfe4eb7f06e851c5b8335efcd01223e5e7ad08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:45:49 +0000 Subject: [PATCH] Update types-tqdm requirement from 4.66.0.20240106 to 4.66.0.20240417 --- updated-dependencies: - dependency-name: types-tqdm dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c144e3..b071fbd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ ruff = "0.3.0" mypy = "1.8.0" types-pillow = "10.2.0.20240213" -types-tqdm = "4.66.0.20240106" +types-tqdm = "4.66.0.20240417" lxml-stubs = "0.5.1" [tool.poetry.group.check.dependencies.pre-commit]