🐛(summary) refresh summary uv.lock

The summary `uv.lock` had not been updated in the last few releases.
The CI is now refactored to use `uv sync --locked`, which fails when
the lockfile is out of sync with `pyproject.toml`.

Regenerate the lockfile so `uv sync --locked` passes again.
This commit is contained in:
lebaudantoine
2026-09-01 13:54:24 +02:00
committed by aleb_the_flash
parent 86797d004c
commit f3673457c3
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1507,7 +1507,7 @@ wheels = [
[[package]]
name = "summary"
version = "1.26.0"
version = "1.30.0"
source = { editable = "." }
dependencies = [
{ name = "celery" },