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

Update pip-tools #5987

Merged
merged 4 commits into from
Mar 16, 2020
Merged

Update pip-tools #5987

merged 4 commits into from
Mar 16, 2020

Commits on Mar 13, 2020

  1. Update pip-tools

    karlb committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    9fa163c View commit details
    Browse the repository at this point in the history
  2. Add macholib to requirements-ci.in

    It's annoying for linux users to manually make sure that it stays included every time they compile the deps. It's only required for MacOS systems and we don't want to have it in the diff every time it is compiled on a different OS.
    karlb committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a1bd203 View commit details
    Browse the repository at this point in the history
  3. Compile requirements after pip-tools update

    The diff is so big due to
    jazzband/pip-tools#1058.
    karlb authored and ulope committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    9cf7c2b View commit details
    Browse the repository at this point in the history
  4. Use relative paths in pip-compile-wrapper

    To prevent absolute paths in our pip-compile output we now pass
    paths relative to the working directory.
    ulope committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    2cf6134 View commit details
    Browse the repository at this point in the history