From bb8b3858a9f7f9d331f7799f5b7c33459695c5fe Mon Sep 17 00:00:00 2001 From: mkolasinski-splunk <105011638+mkolasinski-splunk@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:30:33 +0200 Subject: [PATCH] feat(poetry): bump poetry version to v1.5.1 (#20) BREAKING CHANGE: bump poetry version to v1.5.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5fd50d3..3417274 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ runs: run: | if [ -f "poetry.lock" ] then - pip install poetry==1.2.2 poetry-plugin-export==1.2.0 + pip install poetry==1.5.1 poetry-plugin-export==1.4.0 poetry export --without-hashes -o requirements.txt if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ] then