From 6cd3a5cdd32dbc6a11d70f8cfc58709a057a1059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:25:45 +0000 Subject: [PATCH] build(deps): update tenacity requirement from >=8.0 to >=9.1.4 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.0.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.4 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 efb0f95e..dc5cd9c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ black>=24.0 flake8>=7.0 mypy>=1.0 isort>=5.13 -tenacity>=8.0 +tenacity>=9.1.4