From 65c0b0934bbf5af8ee5aefd4953b69420814a879 Mon Sep 17 00:00:00 2001 From: "Tristan F." Date: Thu, 30 Apr 2026 18:56:19 -0700 Subject: [PATCH] Bump tenacity --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7fcfba..2a97cc7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'python-dateutil<=2.9.0', 'pytz<=2025.2', 'pyyaml<=6.0.1', - 'tenacity<=8.2.3', + 'tenacity<=9.1.4', 'tabulate<=0.9.0', # downstream dependencies 'funcsigs==1.0.2',