From f5438f35d9e3bb53a2acf6527ad188af7ea716cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:33:15 +0000 Subject: [PATCH] Update stripe requirement from <12.0,>=11.0 to >=11.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.0.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.0.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..2705c34 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>=11.0,<16.0 cryptography>=44.0,<46.0 requests>=2.32,<3.0 redis>=5.0,<6.0