diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1df9ae7..a81a73b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,8 @@ coverage = "^6.5.0" pytest = "^7.2.0" httpx = "^0.23.1" - [tool.poetry.group.lint.dependencies] -black = "^22.10.0" +black = "^23.3.0" flake8 = "^5.0.4" flake8-builtins = "^2.0.1" flake8-blind-except = "^0.2.1" |