From 356757d2120de08a612d7ffddcb66e467214a5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:24:07 +0000 Subject: [PATCH] build(deps): bump stripe from 10.12.0 to 11.0.0 in /backend Bumps [stripe](https://github.com/stripe/stripe-python) from 10.12.0 to 11.0.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.12.0...v11.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 8254108aa..ca9804ffe 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1924,13 +1924,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "stripe" -version = "10.12.0" +version = "11.0.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-10.12.0-py2.py3-none-any.whl", hash = "sha256:0c79c1f3a844533c8d30cc283b43afb622aaa402539fca19167a9004fea3471c"}, - {file = "stripe-10.12.0.tar.gz", hash = "sha256:5abec44548d3814bc1e070aa1852bcb3fc5cc029e947c0f733156eb1f8c87030"}, + {file = "stripe-11.0.0-py2.py3-none-any.whl", hash = "sha256:d144b49fc51a50be67d5025ab59fc0884e120929798a699e775369b0c214b9ae"}, + {file = "stripe-11.0.0.tar.gz", hash = "sha256:37a1f6ab0cee4ad0fa7d01e6f1e5ed9be33ee4aeae85e1a0b4ed81d42b9721bd"}, ] [package.dependencies] @@ -2332,4 +2332,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b2c1c78026d304231d128421a6455caf24c1fcc1da97bd1a2580481fcd264445" +content-hash = "c0cfa372322aba40412654034fae8f6b6d63b784a5743998e1c75d1c80aa942f" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index ece071bc7..7917516d7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,7 +24,7 @@ itsdangerous = "^2.2" PyGithub = "^2.4" vcrpy = "^6.0.1" python-gitlab = "^4.12" -stripe = "^10.12" +stripe = "^11.0" PyJWT = "^2.9.0" meilisearch = "^0.31.5" orjson = "^3.10.7"