From 0f19d38cd8a9beace68387fd17a1c54f7198fad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:29:51 +0000 Subject: [PATCH] Update tenacity requirement from ~=8.3.0 to ~=9.0.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...9.0.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..70250bb 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~=9.0.0