From ff747de160953e605ad476f4a9f1aedaa735624d Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Mon, 27 Apr 2026 10:36:38 -0400 Subject: [PATCH] Set dependency cooldown in uv see https://github.com/marshmallow-code/marshmallow/pull/2959#issuecomment-4327575318 --- pyproject.toml | 1 + uv.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e19770..12b56ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dev = [{ include-group = "tests" }, "tox", "tox-uv", "pre-commit>=3.5,<5.0"] [tool.uv] default-groups = ["dev"] +exclude-newer = "1 week" [build-system] requires = ["flit_core<4"] diff --git a/uv.lock b/uv.lock index fdd97c3..a5d5a08 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = ">=3.10" +[options] +exclude-newer = "2026-04-20T14:36:28.938160193Z" +exclude-newer-span = "P1W" + [[package]] name = "aiohappyeyeballs" version = "2.6.1"