From 7b53dd7c91fe565f373a9e064063da2493b6b458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:33:16 +0000 Subject: [PATCH] Update stripe requirement from <12.0,>=11.0 to >=15.1.0,<16.0 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/v11.0.0...v15.1.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f28f090..5b07ea6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ gunicorn>=22.0,<23.0 qrcode[pil]>=7.4,<8.0 openai>=1.0,<2.0 xrpl-py>=4.0,<5.0 -stripe>=11.0,<12.0 +stripe>=15.1.0,<16.0 cryptography>=44.0,<46.0 requests>=2.32,<3.0 redis>=5.0,<6.0