From 0024edd3af2c959343bf1a47545a1a8f95ef1b19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:38:23 +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 25938641c8..4cf2bff02a 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