From 9bea44de9ce969378aba85007c08a0882af04833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:23:50 +0000 Subject: [PATCH] build(deps): update dulwich requirement Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version. - [Release notes](https://github.com/dulwich/dulwich/releases) - [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS) - [Commits](https://github.com/dulwich/dulwich/compare/dulwich-0.22.5...dulwich-0.23.1) --- updated-dependencies: - dependency-name: dulwich dependency-version: 0.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",