From 511b2bceb539d4b995931d32d9dfbb58d207b3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:45:51 +0000 Subject: [PATCH] Update tenacity requirement from ~=8.3.0 to ~=8.4.0 Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.3.0...8.4.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b134bfa..5c0acd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click~=8.1.7 cloudscraper~=1.2.71 pyyaml~=6.0 rich~=13.7.1 -tenacity~=8.3.0 +tenacity~=8.4.0