diff --git a/pyproject.toml b/pyproject.toml index a7946707f..42941ad99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "wiki~=0.11", "django-js-reverse~=0.10", "pyyaml~=6.0", - "stripe~=3.5", + "stripe~=11.2", "pywebpush~=2.0.0", "sentry-sdk[django]~=2.13", "psycopg2-binary~=2.9", diff --git a/uv.lock b/uv.lock index b542010e1..9dd3a4fc7 100644 --- a/uv.lock +++ b/uv.lock @@ -1122,7 +1122,7 @@ requires-dist = [ { name = "requests", extras = ["security"], specifier = "~=2.32" }, { name = "sentry-sdk", extras = ["django"], specifier = "~=2.13" }, { name = "setuptools", marker = "extra == 'prod'", specifier = "~=75.2" }, - { name = "stripe", specifier = "~=3.5" }, + { name = "stripe", specifier = "~=11.2" }, { name = "unidecode", specifier = "~=1.3" }, { name = "wiki", specifier = "~=0.11" }, { name = "zappa", marker = "extra == 'prod'", specifier = "~=0.59" }, @@ -1757,14 +1757,15 @@ wheels = [ [[package]] name = "stripe" -version = "3.5.0" +version = "11.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "requests" }, + { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/33/8b/50bb439eb47aa52df730227f0abc34fc52db54191bc89c8e5e4742a39222/stripe-3.5.0.tar.gz", hash = "sha256:08f74cae6619d4a7d78f8162ff72bc3e9c913f53ec96ecd5ddc7d823c2e79ddd", size = 247698 } +sdist = { url = "https://files.pythonhosted.org/packages/e1/fb/9048277ca8d18176a7faf34b9303bc8598bd8bf0549207e433ac20da1aba/stripe-11.2.0.tar.gz", hash = "sha256:4c53d61d7b596070324bfa5d7215843145fe5466e48973d828aab41ad209b5ce", size = 1362386 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/30/8efbd3ea5ab9a0052b4b7b560cff5b695918f27208c068bc3c3734bdf296/stripe-3.5.0-py2.py3-none-any.whl", hash = "sha256:69d5bf4611624a503bcec84a61b1f2a2b874bfc828432e4fd75cd120bcc3efef", size = 232117 }, + { url = "https://files.pythonhosted.org/packages/52/b9/18e731ae292146ce92ee3ff2f905a7a83c33896285ba53f53bc0d9222bd6/stripe-11.2.0-py2.py3-none-any.whl", hash = "sha256:dec812eabc95488862be40e6c799acdaf2e1225d686490a793f949fab745fdd0", size = 1613294 }, ] [[package]]