diff --git a/requirements.txt b/requirements.txt index 439df1f..7bb212c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ rich==15.0.0 fpdf2==2.8.1 # Retry logic -tenacity==9.0.0 +tenacity==9.1.4 # Build tools setuptools>=82.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 2b214ae..88645f2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "colorama==0.4.6", "rich==15.0.0", "fpdf2==2.8.1", - "tenacity==9.0.0", + "tenacity==9.1.4", "setuptools>=65.0.0", ], classifiers=[