From e00d033db01f1d91d42cfcfac0bed0e1609c1d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:22:42 +0000 Subject: [PATCH] pip prod(deps): update pygments requirement from >=2.20.0 to >=2.21.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.20.0...2.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.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 110b2187f..8711a6d2b 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -2,7 +2,7 @@ click == 8.4.2 requests >= 2.34.2 prompt_toolkit >= 3.0.52 -pygments >= 2.20.0 +pygments >= 2.21.0 urllib3 >= 2.7.0 rich == 15.0.0 # only used for soap transport diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index 99f8c0a41..37f8e9c4f 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -7,7 +7,7 @@ sphinx click == 8.4.2 requests >= 2.34.2 prompt_toolkit >= 3.0.52 -pygments >= 2.20.0 +pygments >= 2.21.0 urllib3 >= 2.7.0 rich >= 12.3.0 flake8