From 94182014704caa2218679002d7a11c3b0fbf7722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:42:08 +0000 Subject: [PATCH] Bump stripe from 10.7.0 to 11.1.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 10.7.0 to 11.1.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.1.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 2cebac5f..0606f3a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp apscheduler asyncio bard -stripe==10.7.0 +stripe==11.1.0 mysql-connector-python==9.0.0 telebot==0.0.5 youtube_dl==2021.12.17