From a331c5cc6a9edbd3ad7074b5774191ec32dd8b3d Mon Sep 17 00:00:00 2001 From: mgros Date: Tue, 9 Jun 2026 22:34:21 +0200 Subject: [PATCH] add 1 week dependency cooldown for uv --- PythonScripts/pyproject.toml | 3 +++ PythonScripts/uv.lock | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/PythonScripts/pyproject.toml b/PythonScripts/pyproject.toml index 5a33bdee..7b9adf68 100644 --- a/PythonScripts/pyproject.toml +++ b/PythonScripts/pyproject.toml @@ -33,6 +33,9 @@ dev = [ requires = ["uv_build>=0.9.25,<0.10.0"] build-backend = "uv_build" +[tool.uv] +exclude-newer = "1 week" + [tool.uv.build-backend] module-name = "audit_translations" module-root = "" diff --git a/PythonScripts/uv.lock b/PythonScripts/uv.lock index f29327c5..81e0404c 100644 --- a/PythonScripts/uv.lock +++ b/PythonScripts/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = ">=3.14" +[options] +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. +exclude-newer-span = "P1W" + [[package]] name = "anyio" version = "4.12.1"