From 6131a7f41b41a94f3b0a2992691d152caab58ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:17:21 +0000 Subject: [PATCH] Bump tqdm from 4.60.0 to 4.66.3 in /utils/dicom_converter Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.60.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.60.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/dicom_converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dicom_converter/requirements.txt b/utils/dicom_converter/requirements.txt index 22e73fc1692..cd32c54bf8b 100644 --- a/utils/dicom_converter/requirements.txt +++ b/utils/dicom_converter/requirements.txt @@ -1,4 +1,4 @@ numpy==1.22.0 Pillow==10.3.0 pydicom==2.1.2 -tqdm==4.60.0 +tqdm==4.66.3