From 5a706665465ba068d74dab875c74c0306cc47d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:53:01 +0000 Subject: [PATCH] Bump stripe from 5.5.0 to 11.2.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 5.5.0 to 11.2.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/v5.5.0...v11.2.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements/base.txt b/config/requirements/base.txt index 22411256f..0a2522d7c 100644 --- a/config/requirements/base.txt +++ b/config/requirements/base.txt @@ -7,7 +7,7 @@ google-api-python-client==2.99.0 # https://github.com/googleapis/google-api-pyth Pillow==10.0.1 # https://github.com/python-pillow/Pillow qrcode==7.4.2 # https://github.com/lincolnloop/python-qrcode rollbar==1.0.0 #https://github.com/rollbar/pyrollbar/ -stripe==5.5.0 #https://github.com/stripe/stripe-python/ +stripe==11.2.0 #https://github.com/stripe/stripe-python/ procrastinate==2.11.0 #https://github.com/procrastinate-org/procrastinate PyJWT==2.9.0 #https://github.com/jpadilla/pyjwt