mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Pin rich==13.7.1 for --exclude-newer in tests (#7713)
Fixes broken test in #6375 Tested here with: ```sh cargo run run --exclude-newer=2024-03-25T00:00:00Z scripts/uv-run-remote-script-test.py CI ```
This commit is contained in:
parent
7a8f4f93cc
commit
df45b9ac25
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# /// script
|
||||
# requires-python = ">=3.11"
|
||||
# dependencies = [
|
||||
# "rich==13.8.1",
|
||||
# "rich==13.7.1",
|
||||
# ]
|
||||
# ///
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue