Skip to content

Commit 94462d1

Browse files
Bump black from 24.4.2 to 24.8.0
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 164a596 commit 94462d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bcrypt==4.2.0
2727
# via appdaemon (pyproject.toml)
2828
bidict==0.23.1
2929
# via python-socketio
30-
black==24.4.2
30+
black==24.8.0
3131
# via appdaemon (pyproject.toml)
3232
build==1.0.3
3333
# via

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"pip-tools >= 6.12.3,< 7.5.0",
5555
"build >= 0.10,< 1.1",
5656
"flake8 ~= 6.0.0",
57-
"black >= 23.1,< 24.5",
57+
"black >= 23.1,< 24.9",
5858
'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
5959
"pytest >= 7.2.1,< 8.4.0",
6060
"ruff>= 0.0.261,< 0.7.0"

0 commit comments

Comments
 (0)