From 9ac44cff3a1b5a1776dbd9b8cbd6cfb82c9644c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:57:44 +0000 Subject: [PATCH] Bump stripe from 7.7.0 to 7.8.1 Bumps [stripe](https://github.com/stripe/stripe-python) from 7.7.0 to 7.8.1. - [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.7.0...v7.8.1) --- 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 c85cdc897..d1d0bb74e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1986,13 +1986,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "7.7.0" +version = "7.8.1" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-7.7.0-py2.py3-none-any.whl", hash = "sha256:4abaf64dab50c6309a258c63f609b8b41ccb4fd776b052fc6fad4aa6943e053f"}, - {file = "stripe-7.7.0.tar.gz", hash = "sha256:e13fe07d4d2334c8338ea269a21673a4e7f862a7548e1eddac4aa020b596db96"}, + {file = "stripe-7.8.1-py2.py3-none-any.whl", hash = "sha256:1889786b43d46b9fc5f70cdd7c16ef6d7e584ddc0440bfeb3e3e68a1aecd3510"}, + {file = "stripe-7.8.1.tar.gz", hash = "sha256:9c16227c075144d8f623de6a649c669ec575db0d13a354a3ca3f4cb21fbe8b59"}, ] [package.dependencies] @@ -2271,4 +2271,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "d56585916c9b041b8e84dd0796814d7105f7624e6fe873a1c39a9cae23ead634" +content-hash = "85312b3f162a554be834bc2c4c634a5c23651ed349612e8785a4c370dee45790" diff --git a/pyproject.toml b/pyproject.toml index 827f55f2d..8abfb94f2 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.4" django-star-ratings = "^0.9.2" -stripe = "^7.7.0" +stripe = "^7.8.1" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"