Skip to content

Commit 5ec5034

Browse files
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>
1 parent efeccd8 commit 5ec5034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ server = [
3838
"zeroconf==0.131.0"
3939
]
4040
test = [
41-
"black==23.12.1",
41+
"black==24.1.1",
4242
"flake8==7.0.0",
4343
"flake8-docstrings==1.7.0",
4444
"isort==5.13.2",

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==23.12.1
1+
black==24.1.1
22
flake8==7.0.0
33
flake8-docstrings==1.7.0
44
isort==5.13.2

0 commit comments

Comments
 (0)