diff --git a/Taskfile.yml b/Taskfile.yml index 2fda929..e669add 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -451,15 +451,18 @@ tasks: task utility:normalize-path \ RAW_PATH="$(which python)" \ )" + + poetry_constraint="$( \ + yq \ + --input-format toml \ + --output-format yaml \ + '.tool.poetry.group.pipx.dependencies.poetry' \ +