Skip to content

Commit

Permalink
Update stripe-python dependency to 6.2.0
Browse files Browse the repository at this point in the history
- Pin typing_extensions version to >= 4.0.0
  • Loading branch information
bhch committed Dec 3, 2023
1 parent 79f9c0d commit 21a0a98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 6 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"]

[tool.poetry.dependencies]
python = "^3.6"
stripe = "6.1.0"
stripe = "6.2.0"
tornado = ">=5.1"

[tool.poetry.dev-dependencies]
Expand All @@ -32,6 +32,7 @@ pytest-mock = "^3.6.1"
pytest-asyncio = "^0.15.1"
py = "^1.11.0"
PyYAML = "^6"
typing_extensions = ">=4.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 21a0a98

Please sign in to comment.