From 6dd61622e5265f964634f519aea87d2072b4a9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:03:48 +0000 Subject: [PATCH] Bump stripe from 3.5.0 to 12.5.1 Bumps [stripe](https://github.com/stripe/stripe-python) from 3.5.0 to 12.5.1. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v3.5.0...v12.5.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 12.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ba9b922d9..125fadfc9 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~=12.5", "pywebpush~=2.0.0", "sentry-sdk[django]~=2.13", "psycopg2-binary~=2.9", diff --git a/uv.lock b/uv.lock index 67edfca83..6cb2e95f7 100644 --- a/uv.lock +++ b/uv.lock @@ -1127,7 +1127,7 @@ requires-dist = [ { name = "requests", extras = ["security"], specifier = "~=2.32" }, { name = "sentry-sdk", extras = ["django"], specifier = "~=2.13" }, { name = "setuptools", marker = "extra == 'prod'", specifier = "~=80.0" }, - { name = "stripe", specifier = "~=3.5" }, + { name = "stripe", specifier = "~=12.5" }, { name = "unidecode", specifier = "~=1.3" }, { name = "wiki", specifier = "~=0.11" }, { name = "zappa", marker = "extra == 'prod'", specifier = "~=0.59" }, @@ -1759,14 +1759,15 @@ wheels = [ [[package]] name = "stripe" -version = "3.5.0" +version = "12.5.1" 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, upload-time = "2022-06-30T19:21:55.553Z" } +sdist = { url = "https://files.pythonhosted.org/packages/bd/92/f1b72783e13662026efc7d3f0fc201230edab55edd1604326a97162d8ce4/stripe-12.5.1.tar.gz", hash = "sha256:5407d092c355c31393e767d2dcb2d5a8c3980caa9a073acb32d0ccb3c01b04b5", size = 1432826, upload-time = "2025-09-05T13:27:07.976Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b0/30/8efbd3ea5ab9a0052b4b7b560cff5b695918f27208c068bc3c3734bdf296/stripe-3.5.0-py2.py3-none-any.whl", hash = "sha256:69d5bf4611624a503bcec84a61b1f2a2b874bfc828432e4fd75cd120bcc3efef", size = 232117, upload-time = "2022-06-30T19:21:52.542Z" }, + { url = "https://files.pythonhosted.org/packages/1d/8d/f4c2f047eedc943aea573cb56af2c9481b2d97ee8de9819f8c5d87e9ba34/stripe-12.5.1-py2.py3-none-any.whl", hash = "sha256:39b47b331dfe933ce6cf6bd654e0ae9ba082caa9d1dd8d0ae9ae48293975f115", size = 1664067, upload-time = "2025-09-05T13:27:05.559Z" }, ] [[package]]