From bd1f1e38edf43280a635659f111ad6af1d87103f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:50:45 +0000 Subject: [PATCH] Bump stripe from 7.11.0 to 7.12.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 7.11.0 to 7.12.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/v7.11.0...v7.12.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c0208dbc..4b38debb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2004,13 +2004,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "7.11.0" +version = "7.12.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-7.11.0-py2.py3-none-any.whl", hash = "sha256:400a6c76497c19fa58ac295ba3d37f6e03bbefa7fd97bdbaa75a092f0e013d50"}, - {file = "stripe-7.11.0.tar.gz", hash = "sha256:bdff0827f8d9368a4c5e838876ff9dc1d5e1615b05ac98ab450c81eb9f3d3035"}, + {file = "stripe-7.12.0-py2.py3-none-any.whl", hash = "sha256:6c6e75c65191f5298f375f3697dbe9105426e7e89f6a8f0efdd31692e2931c29"}, + {file = "stripe-7.12.0.tar.gz", hash = "sha256:121971bef27a79a20c3f0676f4d4ccf1207d04b7758327b3725e694bf53106b6"}, ] [package.dependencies] @@ -2289,4 +2289,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "5f58eb340702e041fe56c5d708247dee5a1494a7a5286f57fc6bcdce24daf0bd" +content-hash = "4b8ad0dca8cb63fe61d80e426de1ddc0f13dfdc9a16c634134e1fb1695c9e1d3" diff --git a/pyproject.toml b/pyproject.toml index bc77962e4..ad9be87d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" -stripe = "^7.11.0" +stripe = "^7.12.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"