Skip to content

Commit

Permalink
Update pyproject.toml with correct Black and pytest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Oct 29, 2023
1 parent 253f37a commit 486b3ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.black]
required-version = "23.7.0"
target-version = ["py38", "py39", "py310", "py311"]
required-version = "23.10.1"
target-version = ["py38", "py39", "py310", "py311", "py312"]

[tool.pytest.ini_options]
minversion = "7.0"
minversion = "7.4"
filterwarnings = [
"ignore::DeprecationWarning:mysql.*:",
]
Expand Down

0 comments on commit 486b3ab

Please sign in to comment.