From 09e6cf39be33dab74c7560c890616cb648a31baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:39:49 +0000 Subject: [PATCH] Bump tqdm from 4.66.1 to 4.66.3 in /scripts/debug_tools/crash_clustering Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/debug_tools/crash_clustering/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debug_tools/crash_clustering/requirements.txt b/scripts/debug_tools/crash_clustering/requirements.txt index 7415a03bc1..c2721b5d80 100644 --- a/scripts/debug_tools/crash_clustering/requirements.txt +++ b/scripts/debug_tools/crash_clustering/requirements.txt @@ -2,4 +2,4 @@ matplotlib==3.8.2 numpy==1.25.2 scikit-learn==1.5.0 scipy==1.11.1 -tqdm==4.66.1 +tqdm==4.66.3