mirror of
https://github.com/pretix/pretix.git
synced 2026-06-11 01:25:13 +00:00
Update stripe requirement from ==7.9.* to ==15.2.*
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.2.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ dependencies = [
|
|||||||
"requests==2.32.*",
|
"requests==2.32.*",
|
||||||
"sentry-sdk==2.61.*",
|
"sentry-sdk==2.61.*",
|
||||||
"sepaxml==2.7.*",
|
"sepaxml==2.7.*",
|
||||||
"stripe==7.9.*",
|
"stripe==15.2.*",
|
||||||
"text-unidecode==1.*",
|
"text-unidecode==1.*",
|
||||||
"tlds>=2026041800",
|
"tlds>=2026041800",
|
||||||
"tqdm==4.*",
|
"tqdm==4.*",
|
||||||
|
|||||||
Reference in New Issue
Block a user