We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a specific package --upgrade-package or -P flag does not work.
req.in
jinja2 markupsafe werkzeug
req.txt
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements/req.txt requirements/req.in # jinja2==2.7.3 markupsafe==0.23 werkzeug==0.6
pip-compile -P jinja2 requirements/req.in
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements/req.txt requirements/req.in # jinja2==2.9.5 markupsafe==0.23 werkzeug==0.6
# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file requirements/req.txt requirements/req.in # jinja2==2.9.5 markupsafe==0.23 werkzeug==0.11.15
As you can see, werkzeug was updated as well.
The text was updated successfully, but these errors were encountered:
Update the CHANGELOG to include jazzband#455 bugfix.
199eeba
Successfully merging a pull request may close this issue.
Update a specific package --upgrade-package or -P flag does not work.
Environment Versions
Steps to replicate
req.in
req.txt
pip-compile -P jinja2 requirements/req.in
Expected result
req.txt
Actual result
req.txt
As you can see, werkzeug was updated as well.
The text was updated successfully, but these errors were encountered: