From 7ad5e299ccdebd7aba4432c5d9d9d1233bf2e2fc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 3 Sep 2024 13:45:23 -0400 Subject: [PATCH] uv/tests: update snapshot for regression test The `tomli` dependency is now included for `python_version <= 3.11`, which is what is expected. Fixes #6412 --- crates/uv/tests/pip_compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/tests/pip_compile.rs b/crates/uv/tests/pip_compile.rs index 0e29ce718ac0..53fd3e930ae0 100644 --- a/crates/uv/tests/pip_compile.rs +++ b/crates/uv/tests/pip_compile.rs @@ -12221,7 +12221,7 @@ matplotlib # via pandas six==1.16.0 # via python-dateutil - tomli==2.0.1 ; python_full_version == '3.11' + tomli==2.0.1 ; python_full_version <= '3.11' # via coverage tzdata==2024.1 # via pandas