From 27a5285ff777842fd1fac253e728d08b2f5cb1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:12:47 +0000 Subject: [PATCH] Bump pygments from 2.14.0 to 2.19.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.19.2. - [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.14.0...2.19.2) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.2 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 dc519f0..8d63294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies = [ "pycodestyle==2.10.0", "pycparser==2.21", "pyflakes==3.0.1", - "pygments==2.14.0", + "pygments==2.19.2", "pyproject-hooks==1.0.0", "pyte==0.8.1", "python-dateutil==2.8.2",