From e53965e13d8d9470521a6364b65308a9f66c0c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:29:43 +0000 Subject: [PATCH] Bump tenacity from 8.5.0 to 9.0.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.5.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... 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 f04852d..8e6433b 100644 --- a/app_bot/requirements.txt +++ b/app_bot/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0.1 pyrofork==2.3.37 -tenacity==8.5.0 +tenacity==9.0.0 TgCrypto-pyrofork @ git+https://github.com/Mayuri-Chan/tgcrypto-pyrofork