summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e0180b3..85aa985 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ python = "^3.8"
beancount = "^2.3"
flake8 = "^5.0"
pytest = "^8.1"
-black = "^24.2"
+black = "^24.3"
[tool.taskipy.tasks]
fmt = "black beancount_ing/ tests/"