From bfed9072e57bd860d2138c95c858a39cc21d71ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:41:37 +0000 Subject: [PATCH] chore(deps): bump psf/black from 24.2.0 to 24.8.0 Bumps [psf/black](https://github.com/psf/black) from 24.2.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/24.2.0...24.8.0) --- updated-dependencies: - dependency-name: psf/black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd07072f0..755fe0d952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.10' - - uses: psf/black@24.2.0 + - uses: psf/black@24.8.0 - name: Install dependencies run: | python -m pip install --upgrade pip