From 36fe9afe147a01d8ff6b7bb064e8982f0dea7e56 Mon Sep 17 00:00:00 2001 From: Bo Bayles Date: Fri, 21 Jun 2024 11:02:00 -0500 Subject: [PATCH] Upgrade on install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d57ff4b..90d249e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: requirements requirements: - python -m pip install -r requirements/development.txt ${req_args} + python -m pip install -U -r requirements/development.txt ${req_args} .PHONY: check check: