From d27bc213d41dee718684927206b64556eb596f21 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 27 May 2025 12:00:46 -0700 Subject: [PATCH] upgrade poetry to 2.1.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ec781318..ba19b5f69 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ py-lock: ## Syncs dependencies and updates lock file without performing recursiv .PHONY: freeze-requirements freeze-requirements: ## create static requirements.txt - poetry export --without-hashes --format=requirements.txt > requirements.txt + poetry export --output requirements.txt .PHONY: pip-audit pip-audit: