Skip to content

Commit

Permalink
Automated update to devcontainer-setup v2.5.3 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-velocitas-bot authored Sep 20, 2024
1 parent d6ca39c commit 9f44230
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/scripts/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ fi
echo "#######################################################"
echo "### Install Dependencies ###"
echo "#######################################################"
velocitas exec build-system install 2>&1 | tee -a $HOME/install_dependencies.log
./install_dependencies.sh 2>&1 | tee -a $HOME/install_dependencies.log
2 changes: 1 addition & 1 deletion .velocitas-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.2"
"devenv-devcontainer-setup": "v2.5.3"
}
}
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.2"
"devenv-devcontainer-setup": "v2.5.3"
},
"components": [
"runtime-local",
Expand Down
10 changes: 5 additions & 5 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
|distlib|0.3.8|Python Software Foundation License|
|distro|1.8.0|Apache 2.0|
|fasteners|0.19|Apache 2.0|
|filelock|3.16.0|The Unlicense (Unlicense)|
|filelock|3.16.1|The Unlicense (Unlicense)|
|gcovr|5.2|BSD|
|identify|2.6.0|MIT|
|idna|3.8|BSD|
|identify|2.6.1|MIT|
|idna|3.10|BSD|
|jinja2|3.1.4|BSD|
|lxml|5.3.0|New BSD|
|MarkupSafe|2.1.5|New BSD|
|node-semver|0.6.1|MIT|
|nodeenv|1.9.1|BSD|
|patch-ng|1.17.4|MIT|
|platformdirs|4.3.2|MIT|
|platformdirs|4.3.6|MIT|
|pluginbase|1.0.1|BSD|
|pre-commit|3.5.0|MIT|
|pygments|2.18.0|Simplified BSD|
Expand All @@ -34,7 +34,7 @@
|six|1.16.0|MIT|
|tqdm|4.66.5|MIT<br/>Mozilla Public License 2.0 (MPL 2.0)|
|urllib3|1.26.20|MIT|
|virtualenv|20.26.4|MIT|
|virtualenv|20.26.5|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down

0 comments on commit 9f44230

Please sign in to comment.