From 323b762acc806dd49f7d19dfbbcca736da4b0d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:00:08 +0000 Subject: [PATCH] Update pygments requirement from >=2.16.1 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.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93a80c2..a51f11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dev = [ "mypy>=1.0.0", "pyright>=1.1.408", "sphinx>=7.0.0", - "pygments>=2.16.1", + "pygments>=2.20.0", "furo>=2025.12.19", "sphinx-copybutton>=0.5.0", ]