From 4b2cfb48256146a6ae7f86963e54dfd50c9b1fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:32:49 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.64.0 to 4.64.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.64.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.64.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31cbaa74..593d8db1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import os import setuptools requirements = [ - "tqdm==4.64.0", + "tqdm==4.64.1", "pyyaml==6.0", "tabulate==0.8.9", "colorama==0.4.5",