From 366b41f3118c2095d7df9d98e4716cdbdd3a4fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:11:33 +0000 Subject: [PATCH] Bump stripe from 5.5.0 to 10.12.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 5.5.0 to 10.12.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...v10.12.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..26628f0f5 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==10.12.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