Skip to content

Commit

Permalink
Update py dev dependency so tests can run on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Feb 20, 2023
1 parent 1b5b9f2 commit 213807b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"]
python = "^3.6"
stripe = "5.1.0"
tornado = ">=5.1"
mypy = "^0.940"
pytest = "7.0.1"

[tool.poetry.dev-dependencies]
bandit = "^1.7.0"
Expand All @@ -32,6 +30,7 @@ flake8 = "^3.9.2"
pytest = "7.0.1"
pytest-mock = "^3.6.1"
pytest-asyncio = "^0.15.1"
py = "^1.11.0"

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

0 comments on commit 213807b

Please sign in to comment.