From fa9ab4880ff607a5843ecfaeebaf7a2a6cbe4e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:47:24 +0000 Subject: [PATCH] build(deps): bump pygments from 2.15.0 to 2.20.0 in /requirements Bumps [pygments](https://github.com/pygments/pygments) from 2.15.0 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.15.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/checkdocs.txt | 2 +- requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/checkdocs.txt b/requirements/checkdocs.txt index 40f324bc11c..ae15e1f3034 100644 --- a/requirements/checkdocs.txt +++ b/requirements/checkdocs.txt @@ -59,7 +59,7 @@ pip-tools==6.8.0 # via # -r checkdocs.in # pip-sync-faster -pygments==2.15.0 +pygments==2.20.0 # via sphinx pyparsing==3.0.9 # via packaging diff --git a/requirements/docs.txt b/requirements/docs.txt index 23100476c1d..1cc7d7774c5 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -59,7 +59,7 @@ pip-tools==6.8.0 # via # -r docs.in # pip-sync-faster -pygments==2.15.0 +pygments==2.20.0 # via sphinx pyparsing==3.0.9 # via packaging