From eb5d6b303854db9b17f91e766cc05becaa5e3f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:54:48 +0000 Subject: [PATCH] deps: Update stripe requirement from >=8.0.0 to >=15.2.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/v8.0.0...v15.2.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 690b9c9..296899d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,7 +28,7 @@ redis>=5.0.0 cachetools>=5.3.0 # Payments -stripe>=8.0.0 +stripe>=15.2.0 # Rate Limiting slowapi>=0.1.9