From 0d5663e25dc3a81bb974fbb65d0950c01b83475e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:57:52 +0000 Subject: [PATCH] build(deps): bump tenacity from 7.0.0 to 8.0.1 in /bot Bumps [tenacity](https://github.com/jd/tenacity) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/7.0.0...8.0.1) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... 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..55fa5d1fb 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -4,6 +4,6 @@ libmozdata==0.1.70 pytoml==0.1.21 pytz==2021.1 pyyaml==5.4.1 -tenacity==7.0.0 +tenacity==8.0.1 tqdm==4.60.0 zstandard==0.15.2