From 1b2772ca3e9f556c8975885efa43070452977e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:39:06 +0000 Subject: [PATCH] build(deps): bump tqdm in /examples/nni_data_augmentation Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.19.5 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.19.5...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nni_data_augmentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nni_data_augmentation/requirements.txt b/examples/nni_data_augmentation/requirements.txt index 33bdda7..865178b 100644 --- a/examples/nni_data_augmentation/requirements.txt +++ b/examples/nni_data_augmentation/requirements.txt @@ -1,2 +1,2 @@ -tqdm==4.19.5 +tqdm==4.66.3 numpy>=1.19 \ No newline at end of file