Skip to content

Commit

Permalink
Merge pull request #1928 from AppDaemon/dependabot/pip/build-1.0.3
Browse files Browse the repository at this point in the history
Bump build from 0.10.0 to 1.0.3
  • Loading branch information
acockburn committed Feb 2, 2024
2 parents d8396cd + 870aeff commit d24f4d3
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 @@ bidict==0.22.1
# via python-socketio
black==23.3.0
# via appdaemon (pyproject.toml)
build==0.10.0
build==1.0.3
# via
# appdaemon (pyproject.toml)
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ changelog = "https://github.com/AppDaemon/appdaemon/blob/master/docs/HISTORY.rst
[project.optional-dependencies]
dev = [
"pip-tools >= 6.12.3,< 7.4.0",
"build ~= 0.10.0",
"build >= 0.10,< 1.1",
"flake8 ~= 6.0.0",
"black >= 23.1,< 23.4",
'pre-commit >= 3.1.1,< 3.6.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
Expand Down

0 comments on commit d24f4d3

Please sign in to comment.