From dc7e9c3153e8b6335775488f731f4dca3215bf87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:10:03 +0000 Subject: [PATCH] Update dependency dulwich to v1 [SECURITY] --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 2a8412a..37ef56e 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -9,7 +9,7 @@ description = "Tools." dependencies = [ # ? Core script tools "cyclopts==2.9.3", - "dulwich==0.22.1", + "dulwich==1.2.5", "ipython==8.26.0", "pipx==1.6.0", "pydantic-settings>=2.5.2",