From 62d6c73c1866ecd0257e0fb300511a56caf946ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:38:12 +0000 Subject: [PATCH] Bump tqdm from 4.19.5 to 4.66.3 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b729666..0ee42b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyparsing==2.2.0 -tqdm==4.19.5 +tqdm==4.66.3 diff --git a/setup.py b/setup.py index 86c5d70..6054d37 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ include_package_data=True, install_requires=[ 'pyparsing==2.2.0', - 'tqdm==4.19.5' + 'tqdm==4.66.3' ], zip_safe=False )