From 238be10e54b73a42398e6ad42cc7c704fa1bdbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 08:52:59 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in /scripts/perf-test Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/perf-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/perf-test/requirements.txt b/scripts/perf-test/requirements.txt index c38d59b9..aa69b985 100644 --- a/scripts/perf-test/requirements.txt +++ b/scripts/perf-test/requirements.txt @@ -19,7 +19,7 @@ PyYAML==6.0.1 requests==2.31.0 six==1.16.0 sniffio==1.3.1 -tqdm==4.66.2 +tqdm==4.66.3 typing_extensions==4.10.0 tzdata==2024.1 urllib3==2.2.1