Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/AppDaemon/appdaemon into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 30, 2024
2 parents 2bffcac + 383e4b9 commit e0e800f
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 @@ -96,7 +96,7 @@ pathspec==0.12.1
# via black
pid==3.0.4
# via appdaemon (pyproject.toml)
pip-tools==6.13.0
pip-tools==7.3.0
# via appdaemon (pyproject.toml)
platformdirs==4.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ changelog = "https://github.com/AppDaemon/appdaemon/blob/master/docs/HISTORY.rst
# Declare development dependencies as optional
[project.optional-dependencies]
dev = [
"pip-tools >= 6.12.3,< 6.14.0",
"pip-tools >= 6.12.3,< 7.4.0",
"build ~= 0.10.0",
"flake8 ~= 6.0.0",
"black >= 23.1,< 23.4",
Expand Down

0 comments on commit e0e800f

Please sign in to comment.