From 04adef84ad2ab158dd93807d2786c945032c20a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 19:22:51 +0000 Subject: [PATCH] docs: update pygments requirement from >=2.20.0 to >=2.21.0 in /docs 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.20.0...2.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9024bd42..219ce83e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,5 +5,5 @@ jinja2>=3.1.6 #https://pypi.org/project/Jinja2/ mkdocs>=1.6.1 #https://github.com/mkdocs/mkdocs mkdocs-material>=9.7.7 #https://github.com/squidfunk/mkdocs-material -pygments>=2.20.0 #https://pypi.org/project/Pygments/ +pygments>=2.21.0 #https://pypi.org/project/Pygments/ pymdown-extensions>=11.0.1