From e98d8bf638dd38b4af553e40424728f2e97b3216 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 23 Dec 2025 12:52:03 +0530 Subject: [PATCH] build(deps): bump Signed-off-by: Akhil Narang --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 468efa67a32..166918528fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,21 +11,21 @@ dependencies = [ # Core dependencies "Unidecode~=1.4.0", "barcodenumber~=0.5.0", - "rapidfuzz~=3.12.2", - "holidays~=0.75", + "rapidfuzz~=3.14.3", + "holidays~=0.87", # integration dependencies "googlemaps~=4.10.0", "plaid-python~=7.2.1", - "python-youtube~=0.9.7", + "python-youtube~=0.9.8", # Not used directly - required by PyQRCode for PNG generation "pypng~=0.20220715.0", # MT940 parser for bank statements "mt-940>=4.26.0", - "pandas~=2.2.2", - "statsmodels~=0.14.5", + "pandas~=2.3.3", + "statsmodels~=0.14.6", ] [build-system]