From 0ab2cd65be68c838799e496b8a581f3a41da0a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:09 +0000 Subject: [PATCH] chore(deps): update dulwich requirement from <2,>=0.22 to >=1.2.6,<2 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/main/NEWS) - [Commits](https://github.com/dulwich/dulwich/compare/dulwich-0.22.0...dulwich-1.2.6) --- updated-dependencies: - dependency-name: dulwich dependency-version: 1.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 683ece601..5abb972f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,4 +51,4 @@ scikit-learn==1.7.1 zarr==3.1.2 ; python_version >= '3.11' numcodecs==0.16.2 ; python_version >= '3.11' fastuuid==0.14.0 -dulwich>=0.22,<2 +dulwich>=1.2.6,<2