Skip to content

Commit

Permalink
fix: manually update pip-tools version to 6.5.1 to fix pip/pip-tools bug
Browse files Browse the repository at this point in the history
The following comment is borrowed from this pull request, with changes: openedx/opaque-keys#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.
  • Loading branch information
MichaelRoytman committed Mar 29, 2022
1 parent 8510716 commit 265c7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 265c7f4

Please sign in to comment.