From ef3052053513144a05c41f547285a44e8d1f95a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:15:36 +0000 Subject: [PATCH] Update dependency dulwich to >=0.22.7,<0.23.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b515f09b8..19fbac4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "build >=1.0.3,<2.0.0", "cachecontrol[filecache] >=0.14.0,<0.15.0", "crashtest >=0.4.1,<0.5.0", - "dulwich >=0.21.2,<0.22.0", + "dulwich >=0.22.7,<0.23.0", "fastjsonschema >=2.18.0,<3.0.0", 'importlib-metadata >= 4.4 ; python_version <"3.10"', "installer >=0.7.0,<0.8.0",