From d922c7bcbf20f3b51ef98525bcf9ba24ad48fc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:10:34 +0000 Subject: [PATCH] Bump tenacity from 8.1.0 to 8.2.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_bot/requirements.txt b/app_bot/requirements.txt index 6302936..4e82ac7 100644 --- a/app_bot/requirements.txt +++ b/app_bot/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0 Pyrogram==2.0.97 addict==2.4.0 -tenacity==8.1.0 +tenacity==8.2.0 tgcrypto==1.2.5