From f34a50781d4f8095c892aa285d809760b31c64f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:17:09 +0000 Subject: [PATCH] Bump stripe from 10.7.0 to 10.9.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 10.7.0 to 10.9.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...v10.9.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... 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..5a4fd811 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp apscheduler asyncio bard -stripe==10.7.0 +stripe==10.9.0 mysql-connector-python==9.0.0 telebot==0.0.5 youtube_dl==2021.12.17