From 7f506c0da0814eb4b2e0919c6414dd0e1f7c3032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:21:13 +0000 Subject: [PATCH] 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: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2cdd37dd..073d5e96 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -259,7 +259,7 @@ pydantic==2.12.5 # lazy-model pydantic-core==2.41.5 # via pydantic -pygments==2.19.2 +pygments==2.20.0 # via # ipython # ipython-pygments-lexers diff --git a/requirements.txt b/requirements.txt index 558ea077..c5aa5854 100644 --- a/requirements.txt +++ b/requirements.txt @@ -126,7 +126,7 @@ pydantic-core==2.41.5 # via pydantic pydantic-settings==2.12.0 # via -r requirements.in -pygments==2.19.2 +pygments==2.20.0 # via # rich # textual