Skip to content

Commit

Permalink
Merge pull request #2197 from AppDaemon/dependabot/pip/black-25.1.0
Browse files Browse the repository at this point in the history
Bump black from 24.8.0 to 25.1.0
  • Loading branch information
acockburn authored Feb 7, 2025
2 parents c5f7196 + 06a49af commit 34af56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bcrypt==4.2.1
# via appdaemon (pyproject.toml)
bidict==0.23.1
# via python-socketio
black==24.8.0
black==25.1.0
# via appdaemon (pyproject.toml)
build==1.2.2.post1
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dev = [
"pip-tools >= 6.12.3,< 7.5.0",
"build >= 0.10,< 1.3",
"flake8 ~= 7.1.1",
"black >= 23.1,< 24.9",
"black >= 23.1,< 25.2",
'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest >= 7.2.1,< 8.4.0",
"ruff>= 0.0.261,< 0.7.0"
Expand Down

0 comments on commit 34af56b

Please sign in to comment.