Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anionDev committed Dec 29, 2024
1 parent d2baa07 commit 524b14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ScriptCollection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autopep8>=2.3.1
build>=1.2.2.post1
coverage>=7.6.9
coverage>=7.6.10
cyclonedx-bom>=5.1.1
defusedxml>=0.7.1
keyboard>=0.13.5
Expand Down
2 changes: 1 addition & 1 deletion ScriptCollection/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include_package_data = False
python_requires = >=3.10
install_requires =
build>=1.2.2.post1
coverage>=7.6.9
coverage>=7.6.10
cyclonedx-bom>=5.1.1
defusedxml>=0.7.1
keyboard>=0.13.5
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tasks:
desc: "Base: Build all codeunits"
dir: "."
cmds:
- scbuildcodeunits {{.CLI_ARGS}}
- scbuildcodeunits
aliases:
- basebuildallcodeunits
- bb

0 comments on commit 524b14f

Please sign in to comment.