From 5dac4614fdb6988b0c42b55c257a556fbc2c5816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:43:38 -0800 Subject: [PATCH] Bump psf/black from 23.12.1 to 24.1.0 (#16) Bumps [psf/black](https://github.com/psf/black) from 23.12.1 to 24.1.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/23.12.1...24.1.0) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 b0a19e91..d303f0b8 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@23.12.1 \ No newline at end of file + - uses: psf/black@24.1.0 \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3850f9da..90c9564b 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@23.12.1 + - uses: psf/black@24.1.0 build-and-test: runs-on: ${{ matrix.os }}