From dfdcc7de31e863796d7f598e8686d57600a3f446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:57:28 +0000 Subject: [PATCH] Bump pygments from 2.20.0 to 2.21.0 (#13502) Bumps [pygments](https://github.com/pygments/pygments) from 2.20.0 to 2.21.0.
Release notes

Sourced from pygments's releases.

2.21.0

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.21.0

(released August 17th, 2026)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.20.0&new-version=2.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/doc-spelling.txt | 2 +- requirements/doc.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common-base.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test-mobile.txt | 2 +- requirements/test.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index ed5dba9b68c..6c0af82ce55 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -194,7 +194,7 @@ pydantic-core==2.46.4 # via pydantic pyenchant==3.3.0 # via sphinxcontrib-spelling -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich diff --git a/requirements/dev.txt b/requirements/dev.txt index c228675311e..bcc7ed585ce 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -189,7 +189,7 @@ pydantic==2.13.4 # via python-on-whales pydantic-core==2.46.4 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index 02696e31de6..3e6f63db7e7 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -46,7 +46,7 @@ packaging==26.3 # via sphinx pyenchant==3.3.0 # via sphinxcontrib-spelling -pygments==2.20.0 +pygments==2.21.0 # via sphinx pyyaml==6.0.3 # via diff --git a/requirements/doc.txt b/requirements/doc.txt index e0f60c89ce2..26b2aeb348e 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -44,7 +44,7 @@ myst-parser==4.0.1 # via -r requirements/doc.in packaging==26.3 # via sphinx -pygments==2.20.0 +pygments==2.21.0 # via sphinx pyyaml==6.0.3 # via diff --git a/requirements/lint.txt b/requirements/lint.txt index de1ce140c2e..716a7645d26 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -104,7 +104,7 @@ pydantic==2.13.4 # via python-on-whales pydantic-core==2.46.4 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index 1c7bfc2ac60..30fbf337f55 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -46,7 +46,7 @@ propcache==0.5.2 # yarl proxy-py==2.4.10 # via -r requirements/test-common-base.in -pygments==2.20.0 +pygments==2.21.0 # via pytest pytest==9.1.1 # via diff --git a/requirements/test-common.txt b/requirements/test-common.txt index e112ded4590..7ee7287034a 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -84,7 +84,7 @@ pydantic==2.13.4 # via python-on-whales pydantic-core==2.46.4 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 2c524fa780c..36ee377032f 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -111,7 +111,7 @@ pydantic==2.13.4 # via python-on-whales pydantic-core==2.46.4 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index a779b8ae001..35aff43fabe 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -81,7 +81,7 @@ pycares==5.0.1 ; sys_platform != "android" and sys_platform != "ios" # aiodns pycparser==3.0 # via cffi -pygments==2.20.0 +pygments==2.21.0 # via pytest pytest==9.1.1 # via diff --git a/requirements/test.txt b/requirements/test.txt index ab74c5ceb63..cc79b90a797 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -111,7 +111,7 @@ pydantic==2.13.4 # via python-on-whales pydantic-core==2.46.4 # via pydantic -pygments==2.20.0 +pygments==2.21.0 # via # pytest # rich