From a127747e14bb0057b01d93b09e046744e6c144da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:03:28 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.67.3 to 4.68.3 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 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..f2a64c98f 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.3 whitenoise==6.12.0