Skip to content

Commit

Permalink
poetry prod(deps): update stripe requirement from ^10.12.0 to ^11.1.0 (
Browse files Browse the repository at this point in the history
…#28)

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](stripe/stripe-python@v10.12.0...v11.1.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent f9ef163 commit 40851cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sqlalchemy-utils = "^0.41.2"
fastapi = { extras = ["all"], version = "^0.115.0" }
starlette-admin = { version = "^0.14.1" }

stripe = { version = "^10.12.0", optional = true }
stripe = { version = "^11.1.0", optional = true }

[tool.poetry.extras]
stripe = ["stripe"]
Expand Down

0 comments on commit 40851cf

Please sign in to comment.