diff --git a/backend/poetry.lock b/backend/poetry.lock index 9ac846409..27f47a6b9 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1927,13 +1927,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "stripe" -version = "10.10.0" +version = "10.12.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-10.10.0-py2.py3-none-any.whl", hash = "sha256:36ab5f75e4af790dd6888450d812f502357b3e699a93cd2f1a8fd0014a4b4fca"}, - {file = "stripe-10.10.0.tar.gz", hash = "sha256:82351f9e1055c2161dc38c08a9bbf5c4b6c7f1caffcf911e999a7012369415e2"}, + {file = "stripe-10.12.0-py2.py3-none-any.whl", hash = "sha256:0c79c1f3a844533c8d30cc283b43afb622aaa402539fca19167a9004fea3471c"}, + {file = "stripe-10.12.0.tar.gz", hash = "sha256:5abec44548d3814bc1e070aa1852bcb3fc5cc029e947c0f733156eb1f8c87030"}, ] [package.dependencies] @@ -2335,4 +2335,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d403643d999eeb264a9b7edb0fdd05eef6b81bb49e1dee090bfd082d2f7a29e6" +content-hash = "21d9ccca597393d8718b03799a3eac2be081c57bdcd3968c064a84028dabfe66" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 65e3ae451..95e0ae8c2 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.11" -stripe = "^10.10" +stripe = "^10.12" PyJWT = "^2.9.0" meilisearch = "^0.31.5" orjson = "^3.10.7"