From 3e5e8d0fde1009d5e36617019c6bae649818325a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:30:04 +0000 Subject: [PATCH] pip prod(deps): update pygments requirement from >=2.0.0 to >=2.20.0 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.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- tools/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 31f9584de..a3701e0f4 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -2,7 +2,7 @@ click == 8.1.8 requests >= 2.32.2 prompt_toolkit >= 2 -pygments >= 2.0.0 +pygments >= 2.20.0 urllib3 >= 1.24 rich == 14.3.3 # only used for soap transport diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index 35ce0c513..396b225e5 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -7,7 +7,7 @@ sphinx click == 8.1.8 requests >= 2.32.2 prompt_toolkit >= 2 -pygments >= 2.0.0 +pygments >= 2.20.0 urllib3 >= 1.24 rich >= 12.3.0 flake8