Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
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 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
Loading