From 9fe7411235b7fb133eed5093fee714c4c7db4c98 Mon Sep 17 00:00:00 2001 From: nessita <124304+nessita@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:47:27 -0300 Subject: [PATCH] [4.2.x] Pinned black == 23.12.1 for blacken-docs checks. --- .github/workflows/docs.yml | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7ec6da8e2..4206c58e35 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - - run: python -m pip install blacken-docs + - run: python -m pip install "black==23.12.1" blacken-docs - name: Build docs run: | cd docs diff --git a/docs/requirements.txt b/docs/requirements.txt index e234972a3b..7708cbe588 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ pyenchant Sphinx>=4.5.0 sphinxcontrib-spelling +black==23.12.1 blacken-docs