From b249ba3220090c4238fdddff1e4697c594550d70 Mon Sep 17 00:00:00 2001 From: Trusted Computer <75872475+trustedcomputer@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:07:50 -0800 Subject: [PATCH] chore: bump gocardless gocardless 1.22.0 is over 5 years old, the current version as of 12/23/2025 is 3.3.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 470810c3..f5d652ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "stripe~=10.12.0", "braintree~=4.20.0", "pycryptodome>=3.18.0,<4.0.0", - "gocardless-pro~=1.22.0", + "gocardless-pro~=3.3.0", "setuptools==80.9.0", ]