From 33bb4081694e5f97bd0fe7e0a7324ceb31196d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:44:44 +0000 Subject: [PATCH] build(deps): bump stripe from 11.0.0 to 11.1.1 in /server/python Bumps [stripe](https://github.com/stripe/stripe-python) from 11.0.0 to 11.1.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/v11.0.0...v11.1.1) --- 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..dfdb788d 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.1.1 \ No newline at end of file