From 41925bc6c3663a7a69f83772593a37f3e0f699d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:05:11 +0000 Subject: [PATCH] Bump pygit2 from 1.18.2 to 1.19.0 Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/pygit2/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: pygit2 dependency-version: 1.19.0 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 34acf73..c870c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] module = "edit_python_pe" dependencies = [ - "pygit2==1.18.2", + "pygit2==1.19.0", "textual==6.1.0", "pygithub==2.8.1", "pyyaml==6.0.2",