From ef58c069049fb9b40faddc045b0f5eb551edb67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:51:27 +0000 Subject: [PATCH] Bump stripe from 10.7.0 to 11.3.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 10.7.0 to 11.3.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.3.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..eaa041d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp apscheduler asyncio bard -stripe==10.7.0 +stripe==11.3.0 mysql-connector-python==9.0.0 telebot==0.0.5 youtube_dl==2021.12.17