From ba5a484a4901ab16d869ba1ab5b423d4671fa845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 23:11:50 +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 38de1432..836cb53d 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ # ? Core script tools "copier==9.3.1", "cyclopts==2.9.3", - "dulwich==0.22.1", + "dulwich==1.2.5", "ipython==8.26.0", "pipx==1.6.0", "toml==0.10.2 ; python_version < '3.11'",