From ee62393ed029300968430ff61fe169c9b80c8c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 15:01:21 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.61.2 to 4.62.0 in /bot Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.61.2 to 4.62.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.61.2...v4.62.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index ec1a70d27..38da6f204 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -5,5 +5,5 @@ pytoml==0.1.21 pytz==2021.1 pyyaml==5.4.1 tenacity==8.0.1 -tqdm==4.61.2 +tqdm==4.62.0 zstandard==0.15.2