aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2023-05-16 18:33:40 +0100
committerPaul Harrison <paul@harrison.sh>2023-05-16 18:33:40 +0100
commitde018445b1217278cc461d62df04741976707625 (patch)
treecaa9be19f30c3fe2ea4f5f90e683b10834a2e871 /pyproject.toml
parent4b71b84543be115a45d4f2faedac77483fada36d (diff)
chore: Update Black to v23.3
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
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"