diff --git a/poetry.lock b/poetry.lock index 20bf7e649..e58a4f29e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2106,13 +2106,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "8.4.0" +version = "9.9.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-8.4.0-py2.py3-none-any.whl", hash = "sha256:6d889b6a8a5351c561538d23f4726b2cf1b3dc2591fd579a5dab236558dd776f"}, - {file = "stripe-8.4.0.tar.gz", hash = "sha256:7f5941814d13a62e9a77e19fe3242b5aafc3063bdd9be6ae3e5a288404e6de60"}, + {file = "stripe-9.9.0-py2.py3-none-any.whl", hash = "sha256:3cf4bab592afecaaff69c12ecb99c8376a00bc22e26ea7130a0596e209bf3e88"}, + {file = "stripe-9.9.0.tar.gz", hash = "sha256:c42d8f6b4463a54f3a025581810f4e632e2d5a71de6100fc595d75581f69a492"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "18ff89eba7a3962aa834463126c3b83ffa0d06f2f9520d9a26bac5d4e8e13c9d" +content-hash = "29d5657940f3b3432df018739191c3dac1492b3acae5dae2a53fda8dcc1e5f18" diff --git a/pyproject.toml b/pyproject.toml index 12cdf4a6b..09e025213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,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 = "^9.9.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"