From fbf64f6419d4e1687389b7a7b1500f41b989c3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:02:34 +0000 Subject: [PATCH] build(deps): update tenacity requirement from >=8.0.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 b0f2291..9029d1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ mcp[cli]>=1.0.0 openai>=2.48.0 pillow>=10.0.0 pyyaml>=6.0.3 -tenacity>=8.0.0 +tenacity>=9.1.4 notion-client>=3.1.0