From 9168729886dfba7733e1a5edefae7a1ab44ddec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:12:12 +0000 Subject: [PATCH] Bump stripe from 6.0.0 to 14.3.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 6.0.0 to 14.3.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/v6.0.0...v14.3.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b70fd5..3cec4eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ rq==1.11.1 rq-dashboard==0.8.6 # Billing -stripe==6.0.0 +stripe==14.3.0 # For 3.11 and higher, setuptools is required to not get import errors on RQ2 setuptools>=65,<81