From 9844efeec38bc6a670d3acfd15b05f9602c1d0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:15:44 +0000 Subject: [PATCH] Update stripe requirement from ==7.9.* to ==15.3.* 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/v7.9.0b1...v15.3.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d40f2f0d6..484bea80b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ "requests==2.34.*", "sentry-sdk==2.65.*", "sepaxml==2.7.*", - "stripe==7.9.*", + "stripe==15.3.*", "text-unidecode==1.*", "tlds>=2026041800", "tqdm==4.*",