From 78b3dcb31d2b002fa0c0b83258e36c1ac408484e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:19:33 +0000 Subject: [PATCH] build(deps): bump stripe from 11.0.0 to 11.3.0 in /server/python Bumps [stripe](https://github.com/stripe/stripe-python) from 11.0.0 to 11.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/v11.0.0...v11.3.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python/requirements.txt b/server/python/requirements.txt index e2c4ca80..4db8c9f4 100644 --- a/server/python/requirements.txt +++ b/server/python/requirements.txt @@ -1,3 +1,3 @@ Flask==3.0.2 python-dotenv==1.0.1 -stripe==11.0.0 \ No newline at end of file +stripe==11.3.0 \ No newline at end of file