1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00

[4.2.x] Pinned black == 23.12.1 for blacken-docs checks.

This commit is contained in:
nessita 2024-01-30 01:47:27 -03:00 committed by GitHub
parent 71dd587da9
commit 9fe7411235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
pyenchant
Sphinx>=4.5.0
sphinxcontrib-spelling
black==23.12.1
blacken-docs