Skip to content

Commit d73ff92

Browse files
authored
Merge pull request #61 from HappyHackingSpace/fix/pin-pygments-below-2.20.0
fix: pin pygments<2.20.0 to avoid pymdownx highlight crash
2 parents 7dc7d43 + 4a6ed84 commit d73ff92

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dev = [
3939
"mkdocs>=1.6.1",
4040
"mkdocs-git-revision-date-localized-plugin>=1.5.0",
4141
"mkdocs-material[pymdown]>=9.6.22",
42+
"pygments>=2.18.0,<2.20.0",
4243
# security
4344
"bandit>=1.8.6",
4445
"safety>=3.6.2",

uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)