diff --git a/pyproject.toml b/pyproject.toml index 641fe57a2..679162767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "wiki~=0.11", "django-js-reverse~=0.10", "pyyaml~=6.0", - "stripe~=3.5", + "stripe~=10.9", "pywebpush~=2.0.0", "sentry-sdk[django]~=2.13", "psycopg2-binary~=2.9", diff --git a/uv.lock b/uv.lock index 708ab6a92..415f0be53 100644 --- a/uv.lock +++ b/uv.lock @@ -1118,13 +1118,11 @@ dependencies = [ prod = [ { name = "boto3" }, { name = "django-ses" }, - { name = "django-storages" }, { name = "django-storages", extra = ["s3"] }, { name = "setuptools" }, { name = "zappa" }, ] s3 = [ - { name = "django-storages" }, { name = "django-storages", extra = ["s3"] }, ] @@ -1176,8 +1174,8 @@ requires-dist = [ { name = "pyyaml", specifier = "~=6.0" }, { name = "requests", extras = ["security"], specifier = "~=2.32" }, { name = "sentry-sdk", extras = ["django"], specifier = "~=2.13" }, - { name = "setuptools", marker = "extra == 'prod'", specifier = "~=72.2" }, - { name = "stripe", specifier = "~=3.5" }, + { name = "setuptools", marker = "extra == 'prod'", specifier = "~=74.0" }, + { name = "stripe", specifier = "~=10.9" }, { name = "unidecode", specifier = "~=1.3" }, { name = "wiki", specifier = "~=0.11" }, { name = "zappa", marker = "extra == 'prod'", specifier = "~=0.59" }, @@ -1805,11 +1803,11 @@ django = [ [[package]] name = "setuptools" -version = "72.2.0" +version = "74.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ce/ef/013ded5b0d259f3fa636bf35de186f0061c09fbe124020ce6b8db68c83af/setuptools-72.2.0.tar.gz", hash = "sha256:80aacbf633704e9c8bfa1d99fa5dd4dc59573efcf9e4042c13d3bcef91ac2ef9", size = 2419230 } +sdist = { url = "https://files.pythonhosted.org/packages/6a/21/8fd457d5a979109603e0e460c73177c3a9b6b7abcd136d0146156da95895/setuptools-74.0.0.tar.gz", hash = "sha256:a85e96b8be2b906f3e3e789adec6a9323abf79758ecfa3065bd740d81158b11e", size = 1389536 } wheels = [ - { url = "https://files.pythonhosted.org/packages/6e/ec/06715d912351edc453e37f93f3fc80dcffd5ca0e70386c87529aca296f05/setuptools-72.2.0-py3-none-any.whl", hash = "sha256:f11dd94b7bae3a156a95ec151f24e4637fb4fa19c878e4d191bfb8b2d82728c4", size = 2336658 }, + { url = "https://files.pythonhosted.org/packages/df/b5/168cec9a10bf93b60b8f9af7f4e61d526e31e1aad8b9be0e30837746d700/setuptools-74.0.0-py3-none-any.whl", hash = "sha256:0274581a0037b638b9fc1c6883cc71c0210865aaa76073f7882376b641b84e8f", size = 1301729 }, ] [[package]] @@ -1841,14 +1839,15 @@ wheels = [ [[package]] name = "stripe" -version = "3.5.0" +version = "10.9.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/06/b8/8916e2e7af9263139d3252a9e0d0a58ff25f4d07a863eb6c344e0440d09b/stripe-10.9.0.tar.gz", hash = "sha256:7dfdf84e6734e3afd541ec6c26fef8f5f15ba9d8722bcff0613c0a4d2990ea64", size = 1312738 } 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/59/6c/3d94957124687837cf3f528b291b11061515e70e93d1cec65480eb89ae1d/stripe-10.9.0-py2.py3-none-any.whl", hash = "sha256:5d35c06f6995cba6181d7b18e6ce3ef532321cd4dd3fc7ee9b0f0b0d9641819d", size = 1553437 }, ] [[package]]