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:
Trevor Manz 2024-09-26 11:54:50 -04:00 committed by GitHub
parent 7a8f4f93cc
commit df45b9ac25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "rich==13.8.1",
# "rich==13.7.1",
# ]
# ///
import sys