From 97b2e2c2833ee66f66cd79c1f8d5b765f22d5ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:44:47 +0000 Subject: [PATCH] Bump psf/black from 24.1.0 to 24.1.1 Bumps [psf/black](https://github.com/psf/black) from 24.1.0 to 24.1.1. - [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.1.0...24.1.1) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index d303f0b8..07f1cf5e 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -12,4 +12,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: psf/black@24.1.0 \ No newline at end of file + - uses: psf/black@24.1.1 \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 059dda12..c9742cc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: needs: check-source-changes steps: - uses: actions/checkout@v4 - - uses: psf/black@24.1.0 + - uses: psf/black@24.1.1 build-and-test: runs-on: ${{ matrix.os }}