From d7c248843d36dc43d53a2c0e8f83cff8e6138632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:34:21 +0000 Subject: [PATCH] Bump psf/black from 24.2.0 to 24.3.0 Bumps [psf/black](https://github.com/psf/black) from 24.2.0 to 24.3.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/24.2.0...24.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 40f0705..07f51d8 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -33,4 +33,4 @@ jobs: if: needs.check-source-changes.outputs.run_job == 'true' steps: - uses: actions/checkout@v4 - - uses: psf/black@24.2.0 \ No newline at end of file + - uses: psf/black@24.3.0 \ No newline at end of file