From 629ff0a299314c5563fe2f39892b4b2d916a828c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:34:06 +0000 Subject: [PATCH] chore(deps): update stripe requirement from >=7.0.0 to >=15.6.1 Updates the requirements on [stripe](https://github.com/stripe/stripe-python) to permit the latest version. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v13.0.0...v15.6.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-UPGRADED.txt | 2 +- backend/requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements-UPGRADED.txt b/backend/requirements-UPGRADED.txt index 52161274..327d8f21 100644 --- a/backend/requirements-UPGRADED.txt +++ b/backend/requirements-UPGRADED.txt @@ -41,7 +41,7 @@ Authlib==1.6.11 # ────────────────────────────────────────────────────────────────────────────── # PAYMENT & STRIPE (UPDATED) # ────────────────────────────────────────────────────────────────────────────── -stripe>=13.0.0 +stripe>=15.6.1 # ────────────────────────────────────────────────────────────────────────────── # OBSERVABILITY & MONITORING (UPDATED) diff --git a/backend/requirements.txt b/backend/requirements.txt index d3d18bb5..984169f5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -313,4 +313,4 @@ xxhash==3.6.0 yarl==1.20.1 zipp==3.23.0 zstandard==0.25.0 -stripe>=10.0.0 +stripe>=15.6.1 diff --git a/requirements.txt b/requirements.txt index ab7ac0f6..31bd9f3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ PyJWT==2.12.0 python-multipart==0.0.22 tornado==6.5.5 pillow==12.1.1 -stripe>=7.0.0 +stripe>=15.6.1