Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Stripe and pin API to latest version #1071

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading