Skip to content

Commit

Permalink
chore: Update Stripe and pin API to latest version (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored Dec 27, 2024
1 parent 392c975 commit d83d8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion billing/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

if settings.STRIPE_API_KEY:
stripe.api_key = settings.STRIPE_API_KEY
stripe.api_version = "2024-04-10"
stripe.api_version = "2024-12-18.acacia"

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sentry-sdk[celery]
setproctitle
simplejson
starlette==0.40.0
stripe>=9.6.0
stripe>=11.4.1
urllib3>=1.26.19
vcrpy
whitenoise
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ starlette==0.40.0
# via
# -r requirements.in
# ariadne
stripe==9.6.0
stripe==11.4.1
# via -r requirements.in
text-unidecode==1.3
# via faker
Expand Down

0 comments on commit d83d8d9

Please sign in to comment.