Skip to content

Commit

Permalink
Set a minimum constraint on pygments
Browse files Browse the repository at this point in the history
We're using an attribute that was added in v2.7.
  • Loading branch information
pradyunsg committed Sep 15, 2022
1 parent a4af988 commit 45b839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"beautifulsoup4",
"sphinx >= 4.0,<6.0",
"sphinx-basic-ng",
"pygments",
"pygments >= 2.7",
]

license = { file = "LICENSE"}
Expand Down

0 comments on commit 45b839b

Please sign in to comment.