From cf1cae36df76f8d815f3969551e3fb6b36d051d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:33:27 +0000 Subject: [PATCH] Bump stripe from 2.76.0 to 10.1.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 2.76.0 to 10.1.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/v2.76.0...v10.1.0) --- updated-dependencies: - dependency-name: stripe 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 4d5c31d..dd2580a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ rq==1.11.1 rq-dashboard==0.6.1 # Billing -stripe==2.76.0 +stripe==10.1.0 # Error Tracking raven[flask]