From 242e0a6b32a574a4a7ca9b8afe877c8c0e305d42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 04:30:57 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.39.0 to >=4.39,<4.56 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.39.0...v4.55.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c2d826..371939e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "numpy>=1.17.4", "scipy>=1.1.0", "pyyaml>=5.1", - "tqdm~=4.39.0", + "tqdm>=4.39,<4.56", "flask~=1.0.2", "psutil~=5.6.3", "jsonpickle~=1.0",