Skip to content

Commit 66fa58f

Browse files
Bump black from 23.12.1 to 24.1.1 (#80)
* Bump black from 23.12.1 to 24.1.1 Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.1.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Reformat for black 24.1.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Agner <stefan@agner.ch>
1 parent b020946 commit 66fa58f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyprusalink/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Prusalink API."""
2+
23
from __future__ import annotations
34

45
from httpx import AsyncClient

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
isort==5.13.2
2-
black==23.12.1
2+
black==24.1.1
33
flake8==7.0.0

0 commit comments

Comments
 (0)