From 1eca9c1f4b34d4de09e0188f3002036c20cbd2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:35:56 +0000 Subject: [PATCH] Bump pygit2 from 1.17.0 to 1.18.2 Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.17.0 to 1.18.2. - [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/pygit2/compare/v1.17.0...v1.18.2) --- updated-dependencies: - dependency-name: pygit2 dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8aca33..a1c1a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] module = "edit_python_pe" dependencies = [ - "pygit2==1.17.0", + "pygit2==1.18.2", "textual==3.1.0", "pygithub==2.6.1", "pyyaml==6.0.2",