Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pygments] Upgrade pip to fix broken build (#11764)
It looks like the `pygments` build has the same toml parsing issue as I described in c3bedd8, i.e. the outdated `pip` was unable to parse `pyproject.toml` syntax. But curiously, the this hasn't been an issue until the most recent (at the time of writing) build on 2024-03-30 [log](https://oss-fuzz-build-logs.storage.googleapis.com/log-8bec1e41-343e-4d95-ae29-6341c23e27af.txt) and prior builds (e.g. 2024-03-29 [log](https://oss-fuzz-build-logs.storage.googleapis.com/log-9a057fc1-c280-44d3-808f-5069c35af146.txt)) listed on https://oss-fuzz-build-logs.storage.googleapis.com/index.html#pygments seem to have been fine? I wonder if something changed somewhere and more projects that don't upgrade pip will begin failing? In any case, this fixes the build. Tested locally with `python infra/helper.py check_build pygments`.
- Loading branch information