Skip to content

Commit eb09c50

Browse files
Bump psf/black from 25.12.0 to 26.1.0 in the actions-deps group
Bumps the actions-deps group with 1 update: [psf/black](https://github.com/psf/black). Updates `psf/black` from 25.12.0 to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad20501 commit eb09c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
39-
- uses: psf/black@25.12.0
39+
- uses: psf/black@26.1.0
4040

4141
pylint:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)