diff --git a/poetry.lock b/poetry.lock index 730c2e180e9..f0b69de90e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3186,13 +3186,13 @@ files = [ [[package]] name = "stripe" -version = "10.12.0" +version = "11.0.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-10.12.0-py2.py3-none-any.whl", hash = "sha256:0c79c1f3a844533c8d30cc283b43afb622aaa402539fca19167a9004fea3471c"}, - {file = "stripe-10.12.0.tar.gz", hash = "sha256:5abec44548d3814bc1e070aa1852bcb3fc5cc029e947c0f733156eb1f8c87030"}, + {file = "stripe-11.0.0-py2.py3-none-any.whl", hash = "sha256:d144b49fc51a50be67d5025ab59fc0884e120929798a699e775369b0c214b9ae"}, + {file = "stripe-11.0.0.tar.gz", hash = "sha256:37a1f6ab0cee4ad0fa7d01e6f1e5ed9be33ee4aeae85e1a0b4ed81d42b9721bd"}, ] [package.dependencies] @@ -3533,4 +3533,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "e7f595927be672b9ff654b746cca736c4e74e533b09f246e6baaae938c03d020" +content-hash = "679f789f4ad4c35e6d5fa26ffbb0cdf7beb19dcb1c5484117413ff3c146a50d1" diff --git a/pyproject.toml b/pyproject.toml index 4a0fac8bb80..e202a55fec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ retry = "^0.9.2" sentry-sdk = "^2.0.0" shortuuid = "^1.0.11" simplejson = "^3.19.1" -stripe = "^10.0.0" +stripe = "^11.0.0" whitenoise = "^6.5.0" [tool.poetry.group.dev.dependencies]