From 3959e9202ed505b60e9807f1e9a5165fe369d7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:17:42 +0000 Subject: [PATCH] Bump psf/black from 23.12.0 to 24.8.0 Bumps [psf/black](https://github.com/psf/black) from 23.12.0 to 24.8.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...b965c2a5026f8ba399283ba3e01898b012853c79) --- 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 824e00e9dd..32f3adf0b1 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@b965c2a5026f8ba399283ba3e01898b012853c79 # 24.8.0 with: jupyter: true