Skip to content

Commit

Permalink
Merge pull request #1735 from AppDaemon/dependabot/pip/black-23.3.0
Browse files Browse the repository at this point in the history
Bump black from 23.1.0 to 23.3.0
  • Loading branch information
acockburn committed Mar 30, 2023
2 parents 9be15e5 + a360650 commit dcffe19
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 @@ -25,7 +25,7 @@ bcrypt==4.0.1
# via appdaemon (pyproject.toml)
bidict==0.22.1
# via python-socketio
black==23.1.0
black==23.3.0
# via appdaemon (pyproject.toml)
build==0.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev = [
"pip-tools ~= 6.12.3",
"build ~= 0.10.0",
"flake8 ~= 6.0.0",
"black ~= 23.1.0",
"black >= 23.1,< 23.4",
'pre-commit >= 3.1.1,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest ~= 7.2.1",
"ruff~= 0.0.259"
Expand Down

0 comments on commit dcffe19

Please sign in to comment.