Skip to content

Commit

Permalink
Pin rich==13.7.1 for --exclude-newer in tests (#7713)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
manzt committed Sep 26, 2024
1 parent 7a8f4f9 commit df45b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uv-run-remote-script-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "rich==13.8.1",
# "rich==13.7.1",
# ]
# ///
import sys
Expand Down

0 comments on commit df45b9a

Please sign in to comment.