From 1b09b1a538d3578ce53529b752b90adfadd1b56b Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Thu, 5 Aug 2021 20:09:22 -0700 Subject: [PATCH] fix(deps): bump poetry to latest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e098615b86c..6b9d6ef0963 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ target: @$(MAKE) pr dev: - pip install --upgrade pip pre-commit poetry==1.1.4 + pip install --upgrade pip pre-commit poetry poetry install --extras "pydantic" pre-commit install