Skip to content

Commit

Permalink
dev: Upgrade stripe to latest (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed May 17, 2024
1 parent 5fd87a1 commit 2637eef
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 @@ -37,7 +37,7 @@ sentry-sdk>=1.40.0
SQLAlchemy-Utils
SQLAlchemy
statsd
stripe
stripe>=9.6.0
https://github.com/codecov/timestring/archive/d37ceacc5954dff3b5bd2f887936a98a668dda42.tar.gz#egg=timestring
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 @@ -400,7 +400,7 @@ statsd==3.3.0
# via
# -r requirements.in
# shared
stripe==8.9.0
stripe==9.6.0
# via -r requirements.in
test-results-parser @ https://github.com/codecov/test-results-parser/archive/5515e960d5d38881036e9127f86320efca649f13.tar.gz
# 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 = "2023-10-16"
stripe.api_version = "2024-04-10"

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

0 comments on commit 2637eef

Please sign in to comment.