From b798532905b6475418e2baa09c4f1606898aec68 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Mon, 18 Mar 2024 14:50:12 +0000 Subject: [PATCH] Disallow poetry-plugin-export 1.7.0 due to https://github.com/python-poetry/poetry-plugin-export/issues/269 . --- lib/galaxy/dependencies/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/dependencies/update.sh b/lib/galaxy/dependencies/update.sh index ffce51cc6b5e..6bb140e8f078 100755 --- a/lib/galaxy/dependencies/update.sh +++ b/lib/galaxy/dependencies/update.sh @@ -36,7 +36,7 @@ fi # Install the latest version of poetry into the user account curl -sSL https://install.python-poetry.org | python3 - -poetry self add poetry-plugin-export +poetry self add 'poetry-plugin-export!=1.7.0' # https://github.com/python-poetry/poetry-plugin-export/issues/269 # Run poetry (this may update pyproject.toml and poetry.lock). if [ -z "$add" ]; then