Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: manually update pip-tools version to 6.5.1 to fix pip/pip-tools bug #160

Merged
merged 1 commit into from
Mar 29, 2022

Commits on Mar 29, 2022

  1. 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: 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 pull request: jazzband/pip-tools#1567
    
    This pull requests bumps the version of pip-tools manually to get the automated upgrades working again.
    MichaelRoytman committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    094f558 View commit details
    Browse the repository at this point in the history