From bbe943c7aac91fcf92cd8d573ad84ba7bbcb077e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:51:30 +0000 Subject: [PATCH] build(deps): update diff-match-patch requirement Updates the requirements on [diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch) to permit the latest version. - [Changelog](https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md) - [Commits](https://github.com/diff-match-patch-python/diff-match-patch/compare/v20230430...v20241021) --- updated-dependencies: - dependency-name: diff-match-patch dependency-version: '20241021' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49b4dcb..35ba4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "tkinterdnd2>=0.3.0", "Pygments>=2.16.0", "chardet>=5.2.0", - "diff-match-patch>=20230430", + "diff-match-patch>=20241021", "watchdog>=3.0.0", "send2trash>=1.8.2", "reportlab>=4.0.5",