Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Samuele Pedroni
Sanket Duthade
Sankt Petersbug
Saravanan Padmanaban
Scott Ratchford
Sean Malloy
Segev Finer
Serhii Mozghovyi
Expand Down
2 changes: 2 additions & 0 deletions changelog/14359.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated pygments requirement to ``pygments>=2.20``.
This avoids a regular expression denial-of-service attack described in `CVE-2026-4539 <https://www.cve.org/CVERecord?id=CVE-2026-4539>`__.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"iniconfig>=1.0.1",
"packaging>=22",
"pluggy>=1.5,<2",
"pygments>=2.7.2",
"pygments>=2.20",
"tomli>=1; python_version<'3.11'",
]
optional-dependencies.dev = [
Expand Down