From 4932af15d5b20cbae03a533f9c4cb0cdf03c24ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:51:22 +0000 Subject: [PATCH] build(deps): update pygments requirement from >=2.16.0 to >=2.20.0 Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.16.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 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..a8a522b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "customtkinter>=5.2.0", "tkinterdnd2>=0.3.0", - "Pygments>=2.16.0", + "Pygments>=2.20.0", "chardet>=5.2.0", "diff-match-patch>=20230430", "watchdog>=3.0.0",