From a4d8180417ded04d2d07a9ce1f983e1749dc0032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:03:08 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.68.4 to 4.69.0 in /backend Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.0 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 a1fe0c3e7..3f6081091 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,5 +11,5 @@ sentry-sdk==2.66.0 setuptools==83.0.0 sqlparse==0.5.5 taskcluster==102.0.1 -tqdm==4.68.4 +tqdm==4.69.0 whitenoise==6.12.0