From 32d406f354995feade2854dcd8db1ec1210771cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:39:49 +0000 Subject: [PATCH] Bump stripe from 10.7.0 to 11.4.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 10.7.0 to 11.4.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/v10.7.0...v11.4.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fcd596..e59fa73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp apscheduler asyncio bard -stripe==10.7.0 +stripe==11.4.0 mysql-connector-python==9.0.0 telebot==0.0.5 youtube_dl==2021.12.17