uv.lock: add back dependency cooldown timestamp

We rely on this in build_tools/update-dependencies.sh and
.github/actions/install-sphinx/action.yml. Fixes 3968025421 (Don't
try to download vermin during test execution, 2026-06-17).
This commit is contained in:
Johannes Altmanninger
2026-06-18 15:58:58 +08:00
parent 4e8d2c706d
commit 60ab561be1

3
uv.lock generated
View File

@@ -2,6 +2,9 @@ version = 1
revision = 3
requires-python = ">=3.13"
[options]
exclude-newer = "2026-05-23T16:00:00Z"
[[package]]
name = "alabaster"
version = "1.0.0"