Update stripe requirement from ==7.9.* to ==11.5.*

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...v11.5.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-28 18:23:20 +00:00
committed by GitHub
parent 59a7845ac4
commit 2975f63db2

View File

@@ -93,7 +93,7 @@ dependencies = [
"requests==2.31.*",
"sentry-sdk==2.20.*",
"sepaxml==2.6.*",
"stripe==7.9.*",
"stripe==11.5.*",
"text-unidecode==1.*",
"tlds>=2020041600",
"tqdm==4.*",