From 855486fa54b3f4c2f678be3726a6026b0e0d0193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 12:44:04 +0000 Subject: [PATCH] chore: bump pygments from 2.19.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [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.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development 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 9f4873bef..4490ed161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ docs = [ "mkdocs-jupyter==0.26.1", "markdown-include==0.8.1", "pymdown-extensions==10.21.2", - "pygments==2.19.2", + "pygments==2.20.0", "mike==2.1.4", "mkdocs-git-revision-date-localized-plugin==1.5.1", "mkdocs-minify-plugin==0.8.0",