From e8f6cbc91a67ae86bbabd1a8a487bcc3172436b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:02:36 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.66.4 to 4.68.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.68.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.68.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e487a0e082c..04f724d203c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "python-slugify==8.0.4", "decorator==5.1.1", "celery==5.6.3", - "tqdm==4.66.4", + "tqdm==4.68.2", "Deprecated==1.2.14", "jsonschema==4.22.0", "schema==0.7.7",