dev-requirements.txt: bump Black to 23.12.1
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 21 Oct 2024 19:12:42 +0000 (15:12 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 4 Nov 2024 16:17:44 +0000 (11:17 -0500)
We're unable to update to Black 24 for the moment, because our CI
workers use a Python too old for Black 24.  But we should at least use
the latest Black 23.

Change-Id: I4e6f28e7d85868a85e41f15ddbc4c801d38540ba
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13382
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
dev-requirements.txt

index 76abc5d077a187925f55d7f5a07c3a9b7af59c1a..b107a43733de2ac6453a56067f4cc10c372feec9 100644 (file)
@@ -1,3 +1,3 @@
-black ~= 23.9.1
+black ~= 23.12.1
 flake8 >= 3.8
 isort ~= 5.12
This page took 0.025251 seconds and 4 git commands to generate.