From 282c1dfedcd2cb84e24cb7fbd57b0d53e6803eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:45:49 +0000 Subject: [PATCH] Bump tqdm from 4.64.0 to 4.66.3 in /Models/Zeek/Preprocessing Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Models/Zeek/Preprocessing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Zeek/Preprocessing/requirements.txt b/Models/Zeek/Preprocessing/requirements.txt index dca1a11..fd3587f 100644 --- a/Models/Zeek/Preprocessing/requirements.txt +++ b/Models/Zeek/Preprocessing/requirements.txt @@ -3,5 +3,5 @@ click==8.0.4 pyvex==9.1.12332 ipython==8.1.1 coloredlogs==15.0.1 -tqdm==4.64.0 +tqdm==4.66.3 numpy==1.22.3