From 1631d09b2f8b3f038f0769c3da8e22f09718a785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:39:03 +0000 Subject: [PATCH] Bump stripe in /create-cardholders-and-cards/server/python Bumps [stripe](https://github.com/stripe/stripe-python) from 10.1.0 to 11.4.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/v10.1.0...v11.4.1) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- create-cardholders-and-cards/server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-cardholders-and-cards/server/python/requirements.txt b/create-cardholders-and-cards/server/python/requirements.txt index 74a3d1f..3a8f77a 100644 --- a/create-cardholders-and-cards/server/python/requirements.txt +++ b/create-cardholders-and-cards/server/python/requirements.txt @@ -1,3 +1,3 @@ Flask==3.0.3 python-dotenv==1.0.1 -stripe==10.1.0 \ No newline at end of file +stripe==11.4.1 \ No newline at end of file