diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-17 17:25:48 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-17 17:25:48 +0100 |
commit | 4a7fe21ec2b5b93734a4f6d0e1736292629248c8 (patch) | |
tree | cb34baeffec37aee6fd68b2c60bf54d3f7910632 /pyproject.toml | |
parent | eeaddb27560d723ca7d61359744ceb2709fccd2d (diff) |
Update Stripe and include the API key
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5f5ece7..6c89c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ # https://github.com/psycopg/psycopg "watchfiles==0.21.0", # https://github.com/samuelcolvin/watchfiles - "stripe==10.10.0", + "stripe==11.1.0", "django-stubs[compatible-mypy]>=5.0.4", ] [tool.uv] # https://docs.astral.sh/uv/concepts/dependencies/#development-dependencies |