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

feat(pip-compile): Treat .txt files as pip_requirements files #29491

Commits on Jun 6, 2024

  1. feat(pip-compile): Treat .txt files as pip_requirements files

    This fixes a case I missed in renovatebot#28959 where a lock file uses another lock
    file as an input file.  In that case, we need to treat the input lock
    file as a pip_requirements file so that we extract the
    --[extra-]index-url flags from it and pass the correct credentials to
    pip-compile.
    mbudnek committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d0240c0 View commit details
    Browse the repository at this point in the history