diff --git a/poetry.lock b/poetry.lock index 3a7341f41..9c6822c17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3701,13 +3701,13 @@ doc = ["sphinx"] [[package]] name = "stripe" -version = "8.11.0" +version = "10.3.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-8.11.0-py2.py3-none-any.whl", hash = "sha256:57187676dcc8713080169db4589c676d038c3a72961e04e43e44cf539b1a5a5a"}, - {file = "stripe-8.11.0.tar.gz", hash = "sha256:11714a38d48ca551a353503c2f97a7df720d0a533d9d321ca245bc1fdff1ce62"}, + {file = "stripe-10.3.0-py2.py3-none-any.whl", hash = "sha256:95aa10d34e325cb6a19784412d6196621442c278b0c9cd3fe7be2a7ef180c2f8"}, + {file = "stripe-10.3.0.tar.gz", hash = "sha256:56515faf0cbee82f27d9b066403988a107301fc80767500be9789a25d65f2bae"}, ] [package.dependencies] @@ -4418,4 +4418,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "546ca21829482de6ecbc3c82098ce62eb742d8a0033487490e928a14c7b001da" +content-hash = "939d125e74026dc53ac7cb219f655cd4db910301da48bc79ecf3c567dbac35a9" diff --git a/pyproject.toml b/pyproject.toml index 9c58edf96..e2db8653d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" -stripe = "^8.4.0" +stripe = "^10.3.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"