From c84e4c1a2a3a1594da6a7e2b942c1f2fd830a86b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:23:10 +0000 Subject: [PATCH] chore(deps): update tqdm requirement from >=4.66.3 to >=4.67.3 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.3...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 5298e03..7c93858 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -40,4 +40,4 @@ httpx>=0.27.0 # pin to the first patched release of each advisory. idna>=3.15 # GHSA-65pc-fj4g-8rjx pygments>=2.20.0 # PYSEC-2023-117, GHSA-5239-wwwm-4pmq -tqdm>=4.66.3 # PYSEC-2017-74, GHSA-g7vv-2v7x-gj9p +tqdm>=4.67.3 # PYSEC-2017-74, GHSA-g7vv-2v7x-gj9p