From ddc772d5cdcb8fabaae15d8bdef984763216b445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 18:44:10 +0000 Subject: [PATCH] build(deps): bump tenacity from 6.2.0 to 6.3.1 in /bot Bumps [tenacity](https://github.com/jd/tenacity) from 6.2.0 to 6.3.1. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/6.2.0...6.3.1) 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 6de42bca5..2d72bc863 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -4,6 +4,6 @@ libmozdata==0.1.68 pytoml==0.1.21 pytz==2020.4 pyyaml==5.3.1 -tenacity==6.2.0 +tenacity==6.3.1 tqdm==4.54.1 zstandard==0.14.1