chore: bump pytest to 9.0.3#147
Conversation
Signed-off-by: Kendrick Boyd <kendrickb@nvidia.com>
|
All contributors have signed the DCO ✍️ ✅ |
Greptile SummaryThis PR performs a major-version bump of the
Confidence Score: 4/5Safe to merge; the pytest major-version bump is straightforward and The pytest 8→9 major bump could surface test-suite breakage if any tests rely on deprecated 8.x behaviour, but this is easily caught by CI. The unannounced uv.lock — verify the Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pyproject.toml
pytest >=8.0,<9] -->|bump constraint| B[pyproject.toml
pytest >=9.0.3,<10]
B -->|uv lock re-resolution| C[uv.lock
pytest 9.0.3]
C -->|side-effect| D[uv.lock
hf-xet 1.3.0b0 → 1.5.0]
Reviews (1): Last reviewed commit: "chore: bump pytest to 9.0.3" | Re-trigger Greptile |
|
I have read the DCO document and I hereby sign the DCO. |
|
recheck |
Summary
Update to pytest>=9.0.3 to address CVE-2025-71176.
uv lockalso picked up updates of transitive dependencies:hf_xet.Type of Change
Testing
make testpasses locallymake checkpasses locally (format + lint + typecheck + lock-check)Documentation
make docs-buildpasses locallyRelated Issues