From a9ab61af490950434b471ef7e9e916b14276ac5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:56:54 +0000 Subject: [PATCH] Bump tqdm from 4.67.1 to 4.68.3 in /UDKTests Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.68.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...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] --- UDKTests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UDKTests/requirements.txt b/UDKTests/requirements.txt index ed9f0c0..7fa7098 100644 --- a/UDKTests/requirements.txt +++ b/UDKTests/requirements.txt @@ -2,7 +2,7 @@ httpx2==2.4.0 loguru==0.7.3 psutil==7.2.2 py7zr==1.1.3 -tqdm==4.67.1 +tqdm==4.68.3 udk_configparser==1.1.1 watchdog==6.0.0 -r ../DevUtils/requirements.txt