From f803f27e17c31a55d27976005e5a3f54cdfdb352 Mon Sep 17 00:00:00 2001 From: Cail Daley Date: Sat, 11 Jul 2026 12:58:21 +0200 Subject: [PATCH] deps: refresh cs_util develop pin in uv.lock (0.2.1 -> 0.2.2) Scoped `uv lock --upgrade-package cs-util` so the published image carries the current cs_util develop tip (bedcdbf5). 0.2.2 adds cs_util.size, which downstream sp_validation relies on; keeping shapepipe's lock current means the base image ships it rather than downstream having to force-upgrade cs_util in its own build. Only the cs-util version + source SHA change. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Vtw1qcgTrQ6YuMvxwYzNup --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index f5fe9c70..26645f04 100644 --- a/uv.lock +++ b/uv.lock @@ -654,8 +654,8 @@ wheels = [ [[package]] name = "cs-util" -version = "0.2.1" -source = { git = "https://github.com/CosmoStat/cs_util?branch=develop#ff8fa2b2168737353ac867cc21a8e95be082f17b" } +version = "0.2.2" +source = { git = "https://github.com/CosmoStat/cs_util?branch=develop#bedcdbf50ac57fc4d0b72a62b251373cd1807824" } dependencies = [ { name = "astropy", marker = "sys_platform == 'linux'" }, { name = "camb", marker = "sys_platform == 'linux'" },