Skip to content
Snippets Groups Projects

make all poetry.lock files update at once

Merged Charlotte Hausman requested to merge playing-with-precommit into 2.8.2.3-DEVELOPMENT
All threads resolved!
+ 23
23
@@ -102,32 +102,32 @@ build base images:
poetrylockall: poetry-lock-pexes poetry-lock-utilities poetry-lock-shared poetry-lock-services
poetry-lock-pexes:
cd apps/cli/executables/pexable/carta_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/casa_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/conveyor && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/data_annotator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/deliver && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ingest_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/mediator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/null && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/productfetcher && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/update_stage && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/vela && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/wf_inspector && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ws_annihilator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ws_metrics && pwd && poetry lock --no-update
poetry lock --no-update -C apps/cli/executables/pexable/carta_envoy
poetry lock --no-update -C apps/cli/executables/pexable/casa_envoy
poetry lock --no-update -C apps/cli/executables/pexable/conveyor
poetry lock --no-update -C apps/cli/executables/pexable/data_annotator
poetry lock --no-update -C apps/cli/executables/pexable/deliver
poetry lock --no-update -C apps/cli/executables/pexable/ingest_envoy
poetry lock --no-update -C apps/cli/executables/pexable/mediator
poetry lock --no-update -C apps/cli/executables/pexable/null
poetry lock --no-update -C apps/cli/executables/pexable/productfetcher
poetry lock --no-update -C apps/cli/executables/pexable/update_stage
poetry lock --no-update -C apps/cli/executables/pexable/vela
poetry lock --no-update -C apps/cli/executables/pexable/wf_inspector
poetry lock --no-update -C apps/cli/executables/pexable/ws_annihilator
poetry lock --no-update -C apps/cli/executables/pexable/ws_metrics
poetry-lock-utilities:
cd apps/cli/utilities/aat_wrest && pwd && poetry lock --no-update
cd apps/cli/utilities/contacts_wrest && pwd && poetry lock --no-update
cd apps/cli/utilities/core_sampler && pwd && poetry lock --no-update
cd apps/cli/utilities/wf_monitor && pwd && poetry lock --no-update
poetry lock --no-update -C apps/cli/utilities/aat_wrest
poetry lock --no-update -C apps/cli/utilities/contacts_wrest
poetry lock --no-update -C apps/cli/utilities/core_sampler
poetry lock --no-update -C apps/cli/utilities/wf_monitor
poetry-lock-shared:
cd shared/messaging && pwd && poetry lock --no-update
cd shared/workspaces && pwd && poetry lock --no-update
poetry lock --no-update -C shared/messaging
poetry lock --no-update -C shared/workspaces
poetry-lock-services:
cd services/capability && pwd && poetry lock --no-update
cd services/notification && pwd && poetry lock --no-update
cd services/workflow && pwd && poetry lock --no-update
\ No newline at end of file
poetry lock --no-update -C services/capability
poetry lock --no-update -C services/notification
poetry lock --no-update -C services/workflow
Loading