From 261f7f8f90058edac31d492652d17b54039b0627 Mon Sep 17 00:00:00 2001 From: Glyph Date: Wed, 27 Nov 2024 23:44:59 -0800 Subject: [PATCH] fix windows pindeps too This commit was sponsored by Derek Veit, Greg Back, Blaise Pabon, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/. --- pindeps.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pindeps.bat b/pindeps.bat index b3d629b..c3dab84 100644 --- a/pindeps.bat +++ b/pindeps.bat @@ -1 +1 @@ -pip-compile --resolver=backtracking --no-emit-index-url --extra=dev --output-file=requirements.windows.txt pyproject.toml +pip-compile --upgrade --no-emit-index-url --extra=dev --output-file=requirements.windows.txt pyproject.toml