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