From 66c3e507cc44fd4fccf4174218788337b0a1f1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:03:26 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.67.3 to 4.68.2 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3f781a452..df6d194b6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,5 +11,5 @@ sentry-sdk==2.60.0 setuptools==82.0.1 sqlparse==0.5.5 taskcluster==100.1.1 -tqdm==4.67.3 +tqdm==4.68.2 whitenoise==6.12.0