From 792a0ce4e58509bf7265b6f17e242e29bc4ea9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:56:07 +0000 Subject: [PATCH] Bump pygments from 2.17.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.17.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.17.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9683a97..6ca4a02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ discogs-client==2.3.0 idna==3.7 oauthlib==3.2.2 prompt-toolkit==3.0.43 -Pygments==2.17.2 +Pygments==2.20.0 requests==2.33.0 urllib3==2.6.3 wcwidth==0.2.13