From 4062104e918397ac5220907add0b904d7a4e8ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:14:06 +0000 Subject: [PATCH] Bump tenacity from 8.3.0 to 8.4.1 Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 8.4.1. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.3.0...8.4.1) --- 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 0bb3652..1d6c3d2 100644 --- a/app_bot/requirements.txt +++ b/app_bot/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0.1 pyrofork==2.3.24 -tenacity==8.3.0 +tenacity==8.4.1 TgCrypto-pyrofork @ git+https://github.com/Mayuri-Chan/tgcrypto-pyrofork