Walter-Gates-Bose
Walter-Gates-Bose
Using `pip-compile --all-build-deps requirments.in pyproject.toml` gives the error `--build-deps-for and --all-build-deps can be used only with the setup.py, setup.cfg and pyproject.toml specs.`. According to the help, using multiple source files...
Resolves [2076](https://github.com/jazzband/pip-tools/issues/2076). Passing ``--build-deps-for`` or ``--all-build-deps`` should not emit an error as long as at least one file in the sources list is a setup file. Using `pip-compile --all-build-deps requirments.in...
### Describe the bug gh --version gh version 2.46.0 (2024-03-20) https://github.com/cli/cli/releases/tag/v2.46.0 Inconsistent behavior between `gh search prs --repo` and `gh pr list --repo --search` when logged into both github.com and...