From b4832fe2f6284b9782a1b0866e3dc3694ac24be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:00:54 +0000 Subject: [PATCH] Bump tqdm from 4.48.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.48.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.48.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef9af19..6e0d014 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ keywords = ['Eye Tracking','blink detection','User Interface','Webcamera'], install_requires=[ 'keyboard==0.13.3', - 'tqdm==4.48.0', + 'tqdm==4.66.3', 'numpy==1.18.1', 'opencv-python>=4.0.*', 'pandas==0.24.0',