From 26f725d33b8e5c2afa5e6a09dc1cbb3ff913f4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:16:03 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.60.0 to 4.61.1 in /bot Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.60.0 to 4.61.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.60.0...v4.61.1) --- 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 7012cd674..82b0c50b9 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==7.0.0 -tqdm==4.60.0 +tqdm==4.61.1 zstandard==0.15.2