This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch dev/update-python-black
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1609857b3b428f5d892d90b994fe66a5e2cb9e2b
Author: Ronny Berndt <[email protected]>
AuthorDate: Fri Apr 17 13:42:09 2026 +0200

    dev: Update Black to 26.3.1
    
    Update Python Black to 26.3.1 to support new Pythons.
---
 Makefile     | 2 +-
 Makefile.win | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 15c843554..291c5e569 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,7 @@ erlfmt-format:
 
 .venv/bin/black:
        @python3 -m venv .venv
-       @.venv/bin/pip3 install black==23.3.0 || touch .venv/bin/black
+       @.venv/bin/pip3 install black==26.3.1 || touch .venv/bin/black
 
 # target: python-black - Check Python code formatting (requires Python >= 3.6)
 python-black: .venv/bin/black
diff --git a/Makefile.win b/Makefile.win
index e05f9b3cb..97292f36a 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -189,7 +189,7 @@ erlfmt-format:
 
 .venv/bin/black:
        @$(PYTHON) -m venv .venv
-       @.venv\Scripts\pip3.exe install black==23.3.0 || copy /b 
.venv\Scripts\black.exe +,,
+       @.venv\Scripts\pip3.exe install black==26.3.1 || copy /b 
.venv\Scripts\black.exe +,,
 
 # target: python-black - Check Python code formatting (requires Python >= 3.6)
 python-black: .venv/bin/black

Reply via email to