diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2471156..26ccf97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ aiosqlite = "^0.17.0" [tool.poetry.dev-dependencies] pytest = "^7.1.3" sane-build = "^7.3" -black = "^22.8.0" +black = "^24.0.0" isort = "^5.10.1" mypy = "^0.971" codespell = "^2.2.1" |