From 713edd1ba0a1f97486abbaf2d15c1d43249ebc2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 01:08:48 +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 6681897..fc7911d 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ # ? Core script tools "copier==9.2.0", "cyclopts==2.7.0", - "dulwich==0.22.1", + "dulwich==1.2.5", "ipython==8.25.0", "pipx==1.6.0", ]