From 8078b8ccf8c4b4c930a0e6e5c7f2011c7915e995 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Sun, 2 Feb 2025 21:36:51 +0200 Subject: [PATCH] Update psf/black to 25.1.0 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 091de5b5ff..c9000f598f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -133,7 +133,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - uses: psf/black@24.10.0 + - uses: psf/black@25.1.0 eslint: runs-on: ubuntu-latest