From ee664f83fb7a18541ee634790e4bced73541832d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:04:45 +0000 Subject: [PATCH] Update stripe requirement from <15.0.0,>=7.0.0 to >=7.0.0,<16.0.0 Updates the requirements on [stripe](https://github.com/stripe/stripe-python) to permit the latest version. - [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/v7.0.0...v15.0.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a19105ae..0de37d3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ pytesseract>=0.3.10 # Python wrapper for Tesseract OCR pdf2image>=1.17.0 # Convert PDF pages to images (used by Tesseract and EasyOCR providers) ocrmypdf>=16.0.0,<18.0.0 # Post-processing: embeds searchable text layers into PDFs via Tesseract meilisearch>=0.31.0 # Full-text search engine client -stripe>=7.0.0,<15.0.0 # Stripe billing SDK (MIT license) +stripe>=7.0.0,<16.0.0 # Stripe billing SDK (MIT license) # Error and performance monitoring sentry-sdk[fastapi,celery,sqlalchemy]>=2.20.0,<3.0.0