From 98cf95b1e5ba9dcbba879c6c908ada4082f3d1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:42:28 +0000 Subject: [PATCH] Bump psf/black from 23.12.0 to 24.10.0 Bumps [psf/black](https://github.com/psf/black) from 23.12.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d...1b2427a2b785cc4aac97c19bb4b9a0de063f9547) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nestbuildmatrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nestbuildmatrix.yml b/.github/workflows/nestbuildmatrix.yml index 824e00e9dda..6790db3cd28 100644 --- a/.github/workflows/nestbuildmatrix.yml +++ b/.github/workflows/nestbuildmatrix.yml @@ -385,7 +385,7 @@ jobs: fetch-depth: 0 - name: "Run black..." - uses: psf/black@d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d # 23.12.0 + uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # 24.10.0 with: jupyter: true