From 73e40170651130eab6241cea11f63135db52ef6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:14:20 +0000 Subject: [PATCH] Bump tenacity from 8.2.2 to 8.2.3 Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.2 to 8.2.3. - [Commits](https://github.com/jd/tenacity/compare/8.2.2...8.2.3) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-patch ... 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 061ac0b..5e636bb 100644 --- a/app_bot/requirements.txt +++ b/app_bot/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.1 Pyrogram==2.0.106 addict==2.4.0 -tenacity==8.2.2 +tenacity==8.2.3 tgcrypto==1.2.5