From 82493aaeaf12e537cdc6c8ccd77a6c0595c34c94 Mon Sep 17 00:00:00 2001 From: DanielElisenberg Date: Wed, 14 Jan 2026 14:05:41 +0100 Subject: [PATCH] dependency_cooldown: add 3 days cooldown and update dependencies --- pyproject.toml | 1 + uv.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2c53f941..cb9bc540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dev = [ [tool.uv] package = true +exclude-newer = "3 days" [tool.setuptools.packages.find] include = ["job_executor", "tests"] diff --git a/uv.lock b/uv.lock index dc1d5880..bacf1058 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = ">=3.13" +[options] +exclude-newer = "2026-01-11T13:05:24.152429Z" +exclude-newer-span = "P3D" + [[package]] name = "annotated-types" version = "0.7.0"