Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0026a62

Browse files
authored
chore: Update Stripe and pin API to latest version (#981)
1 parent c5e4c30 commit 0026a62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sentry-sdk[celery]
4949
SQLAlchemy
5050
SQLAlchemy-Utils
5151
statsd
52-
stripe>=9.6.0
52+
stripe>=11.4.1
5353
time-machine
5454
urllib3>=1.26.18
5555
vcrpy

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ sqlparse==0.5.0
364364
# via django
365365
statsd==3.3.0
366366
# via -r requirements.in
367-
stripe==9.6.0
367+
stripe==11.4.1
368368
# via -r requirements.in
369369
test-results-parser @ https://github.com/codecov/test-results-parser/archive/c840502d1b4dd7d05b2efc2c1328affaf2acd27c.tar.gz#egg=test-results-parser
370370
# via -r requirements.in

services/stripe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from shared.config import get_config
33

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

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

0 commit comments

Comments
 (0)