From 20c3315bb71a2e707740bd4febabcea2bf3e71b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:16:20 +0000 Subject: [PATCH] build(deps): update dulwich requirement in /requirements 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.21.7...dulwich-1.2.6) --- updated-dependencies: - dependency-name: dulwich dependency-version: 1.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/embedded.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/embedded.txt b/requirements/embedded.txt index 9b448bd..bf53d0c 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -4,6 +4,6 @@ # python -m pip install --no-deps -U -r requirements/embedded.txt -t qgis_resource_sharing/ext_libs # ----------------------- -dulwich>=0.21.7,<0.23 +dulwich>=1.2.6,<1.3 giturlparse>=0.9,<0.13 pathvalidate>=3.1,<3.3