Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit d83d8d9

Browse files
authored
chore: Update Stripe and pin API to latest version (#1071)
1 parent 392c975 commit d83d8d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

billing/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
if settings.STRIPE_API_KEY:
2222
stripe.api_key = settings.STRIPE_API_KEY
23-
stripe.api_version = "2024-04-10"
23+
stripe.api_version = "2024-12-18.acacia"
2424

2525
log = logging.getLogger(__name__)
2626

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sentry-sdk[celery]
5656
setproctitle
5757
simplejson
5858
starlette==0.40.0
59-
stripe>=9.6.0
59+
stripe>=11.4.1
6060
urllib3>=1.26.19
6161
vcrpy
6262
whitenoise

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ starlette==0.40.0
443443
# via
444444
# -r requirements.in
445445
# ariadne
446-
stripe==9.6.0
446+
stripe==11.4.1
447447
# via -r requirements.in
448448
text-unidecode==1.3
449449
# via faker

0 commit comments

Comments
 (0)