From df45b9ac2584824309ff29a6a09421055ad730f6 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Thu, 26 Sep 2024 11:54:50 -0400 Subject: [PATCH] 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 ``` --- scripts/uv-run-remote-script-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uv-run-remote-script-test.py b/scripts/uv-run-remote-script-test.py index c05b14e0e..b6325aab6 100644 --- a/scripts/uv-run-remote-script-test.py +++ b/scripts/uv-run-remote-script-test.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.11" # dependencies = [ -# "rich==13.8.1", +# "rich==13.7.1", # ] # /// import sys