From 417b4966c3dd00ea8d3becf09d2b402a0ca73b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:34:05 +0000 Subject: [PATCH] chore(deps): update pygments requirement from <2.20 to <2.21 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/0.5...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.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 14650699..495d4524 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,4 +7,4 @@ sphinx-mermaid # Pygments 2.20 html-escapes the `linespans` option, but shibuya's # WrapLineFormatter passes it as the int 1 -> AttributeError on build. # Pin below 2.20 until shibuya passes a string. See GetFluvo/fluvo docs build. -pygments<2.20 +pygments<2.21