diff --git a/.devcontainer/scripts/setup-dependencies.sh b/.devcontainer/scripts/setup-dependencies.sh index 8773ac1..86de0e1 100755 --- a/.devcontainer/scripts/setup-dependencies.sh +++ b/.devcontainer/scripts/setup-dependencies.sh @@ -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 diff --git a/.velocitas-lock.json b/.velocitas-lock.json index 3816d1d..84803d2 100644 --- a/.velocitas-lock.json +++ b/.velocitas-lock.json @@ -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" } } diff --git a/.velocitas.json b/.velocitas.json index 35a2726..fc3b8d7 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -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", diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index d7b619d..2923c4c 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -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| @@ -34,7 +34,7 @@ |six|1.16.0|MIT| |tqdm|4.66.5|MIT
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 | |:-----------|:-------:|--------:|