From 9c372cf3161ca796d6d27a19d4b032be98a9b22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:59:14 +0000 Subject: [PATCH] Bump stripe from 10.7.0 to 11.2.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 10.7.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/v10.7.0...v11.2.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..9c1f7b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp apscheduler asyncio bard -stripe==10.7.0 +stripe==11.2.0 mysql-connector-python==9.0.0 telebot==0.0.5 youtube_dl==2021.12.17