We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a860dc8 commit b7d59bfCopy full SHA for b7d59bf
1 file changed
pyproject.toml
@@ -45,8 +45,9 @@ dependencies = [
45
"typer>=0.4.0",
46
"rich>=10.0.0",
47
48
- # Pygments - ReDoS CVE in AdlLexer, fixed in 2.20.0
49
- "pygments>=2.20.0",
+ # Pygments - ReDoS CVE in AdlLexer, fixed in 2.20.0 (2.19.x is last for py37/py38)
+ "pygments>=2.20.0 ; python_version >= '3.9'",
50
+ "pygments>=2.19.0,<2.20.0 ; python_version < '3.9'",
51
52
# werkzeug - pinned to last available per Python, CVEs unresolved due to Python constraints
53
# TODO: werkzeug-lts needed for py37/py38 to backport CVE-2026-27199, CVE-2026-21860, CVE-2025-66221
0 commit comments