From 8d2d1ddbffd4cff134a3f6d34ff3f3bbd2570bba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:14:17 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4890ee9..019cec0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: args: ["--whitespaces-count", "4"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.2" + rev: "v0.8.1" hooks: - id: ruff args: ["--fix-only", "--target-version=py39"] From f120107fc6726210a1f0b6fdca99faf9decd7b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:05:17 +0000 Subject: [PATCH 2/2] 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/master/NEWS) - [Commits](https://github.com/dulwich/dulwich/compare/dulwich-0.21.7...dulwich-0.22.1) --- updated-dependencies: - dependency-name: dulwich 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 914b9af..9b448bd 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.22 +dulwich>=0.21.7,<0.23 giturlparse>=0.9,<0.13 pathvalidate>=3.1,<3.3