From f6b7b08dce07afe2a8f492938a65679a239ddee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:09:45 +0000 Subject: [PATCH] Bump tqdm from 4.67.3 to 4.69.0 in /AirType.LocalAsrWorker Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.69.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...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] --- AirType.LocalAsrWorker/pyproject.toml | 2 +- AirType.LocalAsrWorker/requirements-runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AirType.LocalAsrWorker/pyproject.toml b/AirType.LocalAsrWorker/pyproject.toml index ceb16ea..a84a3b9 100644 --- a/AirType.LocalAsrWorker/pyproject.toml +++ b/AirType.LocalAsrWorker/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "numpy==2.4.4", "huggingface-hub==0.36.2", "tokenizers==0.23.1", - "tqdm==4.67.3", + "tqdm==4.69.0", "psutil==7.2.2", ] diff --git a/AirType.LocalAsrWorker/requirements-runtime.txt b/AirType.LocalAsrWorker/requirements-runtime.txt index 6f7302f..8857539 100644 --- a/AirType.LocalAsrWorker/requirements-runtime.txt +++ b/AirType.LocalAsrWorker/requirements-runtime.txt @@ -20,7 +20,7 @@ requests==2.34.2 setuptools==83.0.0 sympy==1.14.0 tokenizers==0.23.1 -tqdm==4.67.3 +tqdm==4.69.0 typing-extensions==4.16.0 urllib3==2.7.0 websockets==16.1.1