From 713d62b01336923fbeb980ab01ad07fd65220119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:03:09 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.67.3 to 4.68.4 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.4) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.4 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..5c0b1d741 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.4 whitenoise==6.12.0