From 265c7f44baddd59d6260df76a4cf0ee9fa60b0d9 Mon Sep 17 00:00:00 2001 From: michaelroytman Date: Tue, 29 Mar 2022 11:08:57 -0400 Subject: [PATCH] fix: manually update pip-tools version to 6.5.1 to fix pip/pip-tools bug The following comment is borrowed from this pull request, with changes: https://github.com/openedx/opaque-keys/pull/218 This failure started happening in the automated requirements upgrade GitHub action: https://github.com/openedx/edx-submissions/runs/5704384647?check_suite_focus=true The bug was being caused by an interaction between pip and pip-tools, described here: jazzband/pip-tools#1558 The bug is fixed in pip-tools==6.5.0 - from this PR: jazzband/pip-tools#1567 This pull requests bumps the version of pip-tools manually to get the automated upgrades working again. --- 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 f4b4921..a0d47aa 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.1 # via -r requirements/pip-tools.in tomli==2.0.0 # via pep517