From b9ff1ac88b030b2cfb29adde49347ad812d6e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:06:18 +0000 Subject: [PATCH] deps(pip): update tenacity requirement from <9,>=8.3 to >=8.3,<10 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.1.2) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.2 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 b866e76..685960f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ numpy>=2.0,<3 # Optional integrations dropbox>=12,<14 -tenacity>=8.3,<9 +tenacity>=8.3,<10 dill>=0.3.8,<0.5 # Production server