diff --git a/pyproject.toml b/pyproject.toml index 81be73ab..b9f4f70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ "distro==1.9.* ; sys_platform == 'linux'", - "dulwich>=0.22.5,<0.22.9", + "dulwich>=0.22.5,<0.23.2", "giturlparse>=0.12,<0.13", "imagesize>=1.4,<1.5", "packaging>=22,<26",