From 4ec018f67b73f82dcc97f72f32b13478af135d0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 17:22:38 +0200 Subject: [PATCH] Bump tqdm from 4.50.1 to 4.50.2 (#84) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.50.1 to 4.50.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.50.1...v4.50.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 321d1c2..c0a5ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ # # pip-compile setup.py # -tqdm==4.50.1 # via powrap (setup.py) +tqdm==4.50.2 # via powrap (setup.py)