Skip to content

Commit

Permalink
chore: Update Stripe and pin API to latest version (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored Dec 27, 2024
1 parent c5e4c30 commit 0026a62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sentry-sdk[celery]
SQLAlchemy
SQLAlchemy-Utils
statsd
stripe>=9.6.0
stripe>=11.4.1
time-machine
urllib3>=1.26.18
vcrpy
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ sqlparse==0.5.0
# via django
statsd==3.3.0
# via -r requirements.in
stripe==9.6.0
stripe==11.4.1
# via -r requirements.in
test-results-parser @ https://github.com/codecov/test-results-parser/archive/c840502d1b4dd7d05b2efc2c1328affaf2acd27c.tar.gz#egg=test-results-parser
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion services/stripe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from shared.config import get_config

stripe.api_key = get_config("services", "stripe", "api_key")
stripe.api_version = "2024-04-10"
stripe.api_version = "2024-12-18.acacia"

client = stripe.http_client.RequestsClient()
stripe.default_http_client = client

0 comments on commit 0026a62

Please sign in to comment.