diff --git a/backend/poetry.lock b/backend/poetry.lock index 319f6bcd1f..ed786934d8 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2063,13 +2063,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "stripe" -version = "10.5.0" +version = "10.6.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-10.5.0-py2.py3-none-any.whl", hash = "sha256:682399995c27cb1dbfecda11f85b1ff3bd96a11a689419bf6156075cd7823099"}, - {file = "stripe-10.5.0.tar.gz", hash = "sha256:4e7966a2bba0095354ae00d6dc352c2b58646f1ac258a9c28bf56973ae102bb1"}, + {file = "stripe-10.6.0-py2.py3-none-any.whl", hash = "sha256:97290ba8b57b32b3782adf654e080011f9ff331f81d7c3fa182cb1c0270b9467"}, + {file = "stripe-10.6.0.tar.gz", hash = "sha256:41ccb0ada5928d89530ed06d17a71bfbf5f4ea4f2324e30d8d636a2ab7180a74"}, ] [package.dependencies] @@ -2690,4 +2690,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "99d39aaa84732579934499cd23a4e6a9fdaffa856155978b61f773113cfe3963" +content-hash = "53e1d873f213b5d4bc82f33a0d103d9dee55a74eb401d6f1caef2a26a31700c4" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 175d2a5090..1be992f1b7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,7 +24,7 @@ itsdangerous = "^2.2" PyGithub = "^2.3" vcrpy = "^6.0.1" python-gitlab = "^4.8" -stripe = "^10.5" +stripe = "^10.6" PyJWT = "^2.7.0" meilisearch = "^0.31.4" orjson = "^3.10.6"