From 9991fa3cc78dfe5a723961d192293ceffaf4f7d9 Mon Sep 17 00:00:00 2001 From: Julia Eskew Date: Mon, 7 Feb 2022 18:37:26 -0500 Subject: [PATCH] fix: Manually upgrade pip-tools to 6.5.0 to fix pip/pip-tools bug. --- requirements/pip-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index f4b492113..ced79b139 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -8,7 +8,7 @@ click==8.0.3 # via pip-tools pep517==0.12.0 # via pip-tools -pip-tools==6.4.0 +pip-tools==6.5.0 # via -r requirements/pip-tools.in tomli==2.0.0 # via pep517