From f47fd21deb1b34fb14f7b492dff3f188cb2eb7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:35:33 +0000 Subject: [PATCH] build(deps): bump stripe from 15.1.0 to 15.2.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 15.1.0 to 15.2.0. - [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/v15.1.0...v15.2.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38ed651..eaee9c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pillow==12.2.0", "psycopg2-binary==2.9.12", "requests==2.34.2", - "stripe==15.1.0", + "stripe==15.2.0", "whitenoise==6.12.0", ]